<?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 Seperate content of the logs in different fields, in Log Analytics</title>
    <link>https://community.dynatrace.com/t5/Log-Analytics/Seperate-content-of-the-logs-in-different-fields/m-p/242534#M321</link>
    <description>&lt;P&gt;I am looking for parse command to seperate below content from the logs, those are comma seperated&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;INSERT,STATISTIC,,"205456",679,"","SmSyServerPlugin","",59998,"DBP_Total_Request_Sent_Count","oioujio|ALL",0,0,0,0,0,"",1713015899987,0,"sgy",0,0,0,PC,0,0,0,0,0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2024 08:51:05 GMT</pubDate>
    <dc:creator>abhi_03</dc:creator>
    <dc:date>2024-04-15T08:51:05Z</dc:date>
    <item>
      <title>Seperate content of the logs in different fields,</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Seperate-content-of-the-logs-in-different-fields/m-p/242534#M321</link>
      <description>&lt;P&gt;I am looking for parse command to seperate below content from the logs, those are comma seperated&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;INSERT,STATISTIC,,"205456",679,"","SmSyServerPlugin","",59998,"DBP_Total_Request_Sent_Count","oioujio|ALL",0,0,0,0,0,"",1713015899987,0,"sgy",0,0,0,PC,0,0,0,0,0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 08:51:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Seperate-content-of-the-logs-in-different-fields/m-p/242534#M321</guid>
      <dc:creator>abhi_03</dc:creator>
      <dc:date>2024-04-15T08:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Seperate content of the logs in different fields,</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Seperate-content-of-the-logs-in-different-fields/m-p/242557#M322</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have &lt;A title="here" href="https://docs.dynatrace.com/docs/shortlink/dpl-dynatrace-pattern-language-hub#example" target="_blank" rel="noopener"&gt;here&lt;/A&gt; a Dynatrace Pattern Language example.&lt;/P&gt;&lt;P&gt;If you are in Grail, I recommend you &lt;A title="DPL Architect" href="https://docs.dynatrace.com/docs/shortlink/dpl-architect" target="_blank" rel="noopener"&gt;DPL Architect&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 06:49:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Seperate-content-of-the-logs-in-different-fields/m-p/242557#M322</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2024-04-15T06:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Seperate content of the logs in different fields,</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Seperate-content-of-the-logs-in-different-fields/m-p/242589#M323</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;data record(line = "INSERT,STATISTIC,,\"205456\",679,\"\",\"SmSyServerPlugin\",\"\",59998,\"DBP_Total_Request_Sent_Count\",\"oioujio|ALL\",0,0,0,0,0,\"\",1713015899987,0,\"sgy\",0,0,0,PC,0,0,0,0,0")
| fieldsAdd splitLine = splitString(line, ",")
| fieldsAdd field1 = splitLine[0], field2 = splitLine[1], field3 = splitLine[2]&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 15 Apr 2024 09:35:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Seperate-content-of-the-logs-in-different-fields/m-p/242589#M323</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2024-04-15T09:35:47Z</dc:date>
    </item>
  </channel>
</rss>

