<?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 DQL Parsing on logs in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/DQL-Parsing-on-logs/m-p/217039#M117</link>
    <description>&lt;P&gt;&lt;SPAN&gt;We are currently trying to use the parse feature in DQL to parse out paths that end in different integers. The current format is V + an integer. How can we make it so we do not have to hardcode every possible version such as v9/start/order or v8/start/order/ In its current form, it only works for v10. Thanks!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We are using "| parse RequestedPath, "DATA 'v10' LD:path2""&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jul 2023 21:21:00 GMT</pubDate>
    <dc:creator>jordanb</dc:creator>
    <dc:date>2023-07-05T21:21:00Z</dc:date>
    <item>
      <title>DQL Parsing on logs</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-Parsing-on-logs/m-p/217039#M117</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are currently trying to use the parse feature in DQL to parse out paths that end in different integers. The current format is V + an integer. How can we make it so we do not have to hardcode every possible version such as v9/start/order or v8/start/order/ In its current form, it only works for v10. Thanks!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We are using "| parse RequestedPath, "DATA 'v10' LD:path2""&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 21:21:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-Parsing-on-logs/m-p/217039#M117</guid>
      <dc:creator>jordanb</dc:creator>
      <dc:date>2023-07-05T21:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: DQL Parsing on logs</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-Parsing-on-logs/m-p/217043#M118</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/55735"&gt;@jordanb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use DPL macros to achieve this.&lt;/P&gt;
&lt;P&gt;This DPL should work for your use case&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| parse RequestPath, 
  """$version = 'v' int;
  LD $version LD:path
  """&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please have a look at pattern expression macros for further details:&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/shortlink/dpl-pattern-expression-macros" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/dpl-pattern-expression-macros&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 21:31:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-Parsing-on-logs/m-p/217043#M118</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2023-07-05T21:31:55Z</dc:date>
    </item>
  </channel>
</rss>

