<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is there a default fields return on DQL in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Is-there-a-default-fields-return-on-DQL/m-p/250727#M1052</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Sometimes I need to do a Fieldsadd, to get extra fields from my query. So I assume there are default fetched fields, and extra?&lt;/P&gt;&lt;P&gt;Who can enlighten me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KR Henk&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2024 08:40:08 GMT</pubDate>
    <dc:creator>henk_stobbe</dc:creator>
    <dc:date>2024-07-16T08:40:08Z</dc:date>
    <item>
      <title>Is there a default fields return on DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-there-a-default-fields-return-on-DQL/m-p/250727#M1052</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Sometimes I need to do a Fieldsadd, to get extra fields from my query. So I assume there are default fetched fields, and extra?&lt;/P&gt;&lt;P&gt;Who can enlighten me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KR Henk&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 08:40:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-there-a-default-fields-return-on-DQL/m-p/250727#M1052</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2024-07-16T08:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a default fields return on DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-there-a-default-fields-return-on-DQL/m-p/286998#M2629</link>
      <description>&lt;P&gt;I don't think there is a repo for all the fields present. What I typically do is pull an API call form the target entities and extract the metadata so I can then add in all the desired fields for the ADD Command.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 15:17:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-there-a-default-fields-return-on-DQL/m-p/286998#M2629</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2025-09-29T15:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a default fields return on DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-there-a-default-fields-return-on-DQL/m-p/287005#M2631</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11427"&gt;@henk_stobbe&lt;/a&gt;&amp;nbsp;what I do is to click on options and then I see the Visibility and order section under Columns. For me is the easy way to verify all fields returned.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielS_0-1759165432462.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30294iF8B571300183F87C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielS_0-1759165432462.png" alt="DanielS_0-1759165432462.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 17:05:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-there-a-default-fields-return-on-DQL/m-p/287005#M2631</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2025-09-29T17:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a default fields return on DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-there-a-default-fields-return-on-DQL/m-p/287027#M2635</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11427"&gt;@henk_stobbe&lt;/a&gt;&amp;nbsp;You can use the describe to extract the fields that are available for a&amp;nbsp;&lt;SPAN&gt;data object&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/data-source-commands#describe" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/data-source-commands#describe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;From what I understand if you run a fetch against an object like "fetch dt.entity.host" or "dt.entity.kubernetes_cluster" it would by default fetch the&amp;nbsp;entity.name and&amp;nbsp;id fields . If you need the additional fields extracted , we would do a fieldsAdd of the needed fields .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I guess this is to ensures that only the most needed info is included in the initial query results, reducing unnecessary data transfer and to improve query performance ( Just my understanding, not a official DT statement)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 00:14:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-there-a-default-fields-return-on-DQL/m-p/287027#M2635</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2025-09-30T00:14:13Z</dc:date>
    </item>
  </channel>
</rss>

