<?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: Parse log data to return full name that has spacing in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Parse-log-data-to-return-full-name-that-has-spacing/m-p/225850#M303</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/66491"&gt;@Maelam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you try if this works&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch logs, from:-24h, to:-2h
| filter loglevel == "ERROR" and contains(content, "BANK DETAIL VALIDATION ERROR")
| parse content, """ld 'Name:'  LD:name ' AccountNumber:' string:AccountNumber"""&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2023 13:32:05 GMT</pubDate>
    <dc:creator>sinisa_zubic</dc:creator>
    <dc:date>2023-10-18T13:32:05Z</dc:date>
    <item>
      <title>Parse log data to return full name that has spacing</title>
      <link>https://community.dynatrace.com/t5/DQL/Parse-log-data-to-return-full-name-that-has-spacing/m-p/225837#M302</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can parse this content data to include the full name which has a space? here's the content below:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2023-10-18 13:01:54,750 [ajp-apr-8109-exec-12] ERROR csc.fs.stp.ota.lib.action.OverrideSystemErr- Line: 29 [(OTAActionServlet.java:228) : Error while updating Banking details of Full Name:Maela Matlapu AccountNumber:22222222 BranchCode:000000 AccountType:Current error : csc.fs.FSServerException (1 details) B911 BANK DETAIL VALIDATION ERROR ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;fetch logs, from:-24h, to:-2h&lt;/P&gt;&lt;P&gt;| filter loglevel == "ERROR" and contains(content, "BANK DETAIL VALIDATION ERROR")&lt;BR /&gt;| parse content, "ld 'Name:'&amp;nbsp; string:Name&amp;nbsp; ld 'AccountNumber:' string:AccountNumber"&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 13:14:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Parse-log-data-to-return-full-name-that-has-spacing/m-p/225837#M302</guid>
      <dc:creator>Maelam</dc:creator>
      <dc:date>2023-10-18T13:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Parse log data to return full name that has spacing</title>
      <link>https://community.dynatrace.com/t5/DQL/Parse-log-data-to-return-full-name-that-has-spacing/m-p/225850#M303</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/66491"&gt;@Maelam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you try if this works&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch logs, from:-24h, to:-2h
| filter loglevel == "ERROR" and contains(content, "BANK DETAIL VALIDATION ERROR")
| parse content, """ld 'Name:'  LD:name ' AccountNumber:' string:AccountNumber"""&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 13:32:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Parse-log-data-to-return-full-name-that-has-spacing/m-p/225850#M303</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2023-10-18T13:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Parse log data to return full name that has spacing</title>
      <link>https://community.dynatrace.com/t5/DQL/Parse-log-data-to-return-full-name-that-has-spacing/m-p/225854#M304</link>
      <description>&lt;P&gt;Thanks a lot, that works!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 13:44:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Parse-log-data-to-return-full-name-that-has-spacing/m-p/225854#M304</guid>
      <dc:creator>Maelam</dc:creator>
      <dc:date>2023-10-18T13:44:55Z</dc:date>
    </item>
  </channel>
</rss>

