<?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 Nested logs are not parsed correctly in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Nested-logs-are-not-parsed-correctly/m-p/574096#M101509</link>
    <description>&lt;P&gt;I have nested events that look like this in Splunk:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;container_id&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;13243d84e63d8d5b56c5&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;container_name&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;/ecs-stg-compute-instances-226-ur-2-c499f4ac&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;log&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;{"module": "ur.uhg", "functions": ["unlock_user_processing"], "session-id": "XUHWnDAAkR3AwrsXxtL339z9rEf-l", "email": "xxx@gmail.com", "user-id": 3, "user-account-id": 3, "start-time": "2021-11-08T19:59:36.711483", "end-time": null, "callback-function": "calculate_metrics", "emails-processed": 316, "emails-left-to-process": 0, "images-processed": 316, "iterations": 5, "iteration-times": [56.61728, 162.878587, 43.512794, 24.918005, 0.954233], "event": "chained_functions() called.", "level": "debug", "timestamp": "2021-11-08T20:04:25.905376Z"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;source&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;stdout&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and a 'log' value is seen like a string even so it's a JSON object. How can I&amp;nbsp; parse "log" value into key/value pairs??&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Nov 2021 22:33:12 GMT</pubDate>
    <dc:creator>TKelly</dc:creator>
    <dc:date>2021-11-08T22:33:12Z</dc:date>
    <item>
      <title>Nested logs are not parsed correctly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Nested-logs-are-not-parsed-correctly/m-p/574096#M101509</link>
      <description>&lt;P&gt;I have nested events that look like this in Splunk:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;container_id&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;13243d84e63d8d5b56c5&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;container_name&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;/ecs-stg-compute-instances-226-ur-2-c499f4ac&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;log&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;{"module": "ur.uhg", "functions": ["unlock_user_processing"], "session-id": "XUHWnDAAkR3AwrsXxtL339z9rEf-l", "email": "xxx@gmail.com", "user-id": 3, "user-account-id": 3, "start-time": "2021-11-08T19:59:36.711483", "end-time": null, "callback-function": "calculate_metrics", "emails-processed": 316, "emails-left-to-process": 0, "images-processed": 316, "iterations": 5, "iteration-times": [56.61728, 162.878587, 43.512794, 24.918005, 0.954233], "event": "chained_functions() called.", "level": "debug", "timestamp": "2021-11-08T20:04:25.905376Z"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;source&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;stdout&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and a 'log' value is seen like a string even so it's a JSON object. How can I&amp;nbsp; parse "log" value into key/value pairs??&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 22:33:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Nested-logs-are-not-parsed-correctly/m-p/574096#M101509</guid>
      <dc:creator>TKelly</dc:creator>
      <dc:date>2021-11-08T22:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Nested logs are not parsed correctly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Nested-logs-are-not-parsed-correctly/m-p/574099#M101510</link>
      <description>&lt;LI-CODE lang="markup"&gt;| spath input=log&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 08 Nov 2021 23:10:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Nested-logs-are-not-parsed-correctly/m-p/574099#M101510</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-11-08T23:10:52Z</dc:date>
    </item>
  </channel>
</rss>

