<?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 Not sure how to dpl this line in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Not-sure-how-to-dpl-this-line/m-p/272150#M1790</link>
    <description>&lt;P&gt;I'm very new and used to working with RegEx. We're switching over to DT now and I used to be able (in our other tool) pull the application version of one of our monitored applications with RegEx.&lt;/P&gt;&lt;P&gt;I've been trying to use the documentation to figure this out, but I am a little stuck. I am wondering if someone could give me a hint as how to go about extracting the version from this log?&lt;/P&gt;&lt;P&gt;2025-01-15 10:35:00,738 20987821 [Application Provider service queue #2[req=123456,id=12345678]] INFO a.b.c.d.e.f.g.ApplicationServiceQueue - UpdateInfoForAccts, numAccts: 1821, numSubAccts: 12193, numSeconds: 20, startBusy: 71%, beginBusy: 52%, activeBusy: 95%, endBusy: 8%, identifier: 123456789, xyLogged: true version: release/5.5.555-7&lt;/P&gt;&lt;P&gt;Ideally I want to just grab "5.5.555-7".&lt;/P&gt;</description>
    <pubDate>Tue, 11 Mar 2025 19:35:51 GMT</pubDate>
    <dc:creator>vm_molson</dc:creator>
    <dc:date>2025-03-11T19:35:51Z</dc:date>
    <item>
      <title>Not sure how to dpl this line</title>
      <link>https://community.dynatrace.com/t5/DQL/Not-sure-how-to-dpl-this-line/m-p/272150#M1790</link>
      <description>&lt;P&gt;I'm very new and used to working with RegEx. We're switching over to DT now and I used to be able (in our other tool) pull the application version of one of our monitored applications with RegEx.&lt;/P&gt;&lt;P&gt;I've been trying to use the documentation to figure this out, but I am a little stuck. I am wondering if someone could give me a hint as how to go about extracting the version from this log?&lt;/P&gt;&lt;P&gt;2025-01-15 10:35:00,738 20987821 [Application Provider service queue #2[req=123456,id=12345678]] INFO a.b.c.d.e.f.g.ApplicationServiceQueue - UpdateInfoForAccts, numAccts: 1821, numSubAccts: 12193, numSeconds: 20, startBusy: 71%, beginBusy: 52%, activeBusy: 95%, endBusy: 8%, identifier: 123456789, xyLogged: true version: release/5.5.555-7&lt;/P&gt;&lt;P&gt;Ideally I want to just grab "5.5.555-7".&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 19:35:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Not-sure-how-to-dpl-this-line/m-p/272150#M1790</guid>
      <dc:creator>vm_molson</dc:creator>
      <dc:date>2025-03-11T19:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Not sure how to dpl this line</title>
      <link>https://community.dynatrace.com/t5/DQL/Not-sure-how-to-dpl-this-line/m-p/272152#M1791</link>
      <description>&lt;P&gt;What about something like this?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;data record(line= "2025-01-15 10:35:00,738 20987821 [Application Provider service queue #2[req=123456,id=12345678]] INFO a.b.c.d.e.f.g.ApplicationServiceQueue - UpdateInfoForAccts, numAccts: 1821, numSubAccts: 12193, numSeconds: 20, startBusy: 71%, beginBusy: 52%, activeBusy: 95%, endBusy: 8%, identifier: 123456789, xyLogged: true version: release/5.5.555-7") 
| parse line, """LD 'version:' SPACE 'release/' [^ ]*:version"""&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;(you probably want the DPL from parse command&amp;nbsp; only).&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 21:18:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Not-sure-how-to-dpl-this-line/m-p/272152#M1791</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-03-11T21:18:54Z</dc:date>
    </item>
  </channel>
</rss>

