<?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 Re: Create a DQL Query to fetch the names of log sources in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Fetch-Log-Source-Names-Using-DQL-Queries/m-p/280929#M2255</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/40725"&gt;@PedroDeodato&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to me that DQL does not support any operator to directly find “all starting with”.&lt;BR /&gt;And it also does not allow grouping or collecting unique values in a single fetch logs query.&lt;/P&gt;&lt;P&gt;However, I might be wrong.&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jul 2025 09:10:26 GMT</pubDate>
    <dc:creator>radek_jasinski</dc:creator>
    <dc:date>2025-07-07T09:10:26Z</dc:date>
    <item>
      <title>Fetch Log Source Names Using DQL Queries</title>
      <link>https://community.dynatrace.com/t5/DQL/Fetch-Log-Source-Names-Using-DQL-Queries/m-p/280692#M2245</link>
      <description>&lt;P&gt;Greetings!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Well, the post subject pretty much sums it put, but what I need is a DQL query to fetch the name of every log source present on a specific host disk.&lt;/P&gt;
&lt;P&gt;So, for example, every log source on my environment that begins with "Disk:\Folder1\Folder2"&lt;/P&gt;
&lt;P&gt;I have tried to do it but, as the query needed to access every log source to gather this information, the query cost was massive.&lt;/P&gt;
&lt;P&gt;Is there any cost-efficient way of achieving this?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 10:38:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Fetch-Log-Source-Names-Using-DQL-Queries/m-p/280692#M2245</guid>
      <dc:creator>PedroDeodato</dc:creator>
      <dc:date>2025-12-18T10:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create a DQL Query to fetch the names of log sources</title>
      <link>https://community.dynatrace.com/t5/DQL/Fetch-Log-Source-Names-Using-DQL-Queries/m-p/280929#M2255</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/40725"&gt;@PedroDeodato&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to me that DQL does not support any operator to directly find “all starting with”.&lt;BR /&gt;And it also does not allow grouping or collecting unique values in a single fetch logs query.&lt;/P&gt;&lt;P&gt;However, I might be wrong.&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 09:10:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Fetch-Log-Source-Names-Using-DQL-Queries/m-p/280929#M2255</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2025-07-07T09:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create a DQL Query to fetch the names of log sources</title>
      <link>https://community.dynatrace.com/t5/DQL/Fetch-Log-Source-Names-Using-DQL-Queries/m-p/280931#M2256</link>
      <description>&lt;P&gt;Hi there&lt;BR /&gt;&lt;BR /&gt;There is a DQL function which can check if a field startsWith something. Take a look at the following example:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch logs
| filter startsWith(log.source,"C:\\Users" )&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 07 Jul 2025 09:42:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Fetch-Log-Source-Names-Using-DQL-Queries/m-p/280931#M2256</guid>
      <dc:creator>imsingh</dc:creator>
      <dc:date>2025-07-07T09:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create a DQL Query to fetch the names of log sources</title>
      <link>https://community.dynatrace.com/t5/DQL/Fetch-Log-Source-Names-Using-DQL-Queries/m-p/280936#M2257</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52863"&gt;@imsingh&lt;/a&gt;&amp;nbsp;Thanks for the example;)&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 10:18:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Fetch-Log-Source-Names-Using-DQL-Queries/m-p/280936#M2257</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2025-07-07T10:18:07Z</dc:date>
    </item>
  </channel>
</rss>

