<?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: Splunk Parsing - How to do it in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Parsing-How-to-do-it/m-p/447841#M77880</link>
    <description>&lt;P&gt;It auto-extracted for me and i just had to type "| table id, roll_number, new_map.8890.number, old_map.8890.number"&lt;BR /&gt;
May be you can clarify more on what should be the expected result&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:44:46 GMT</pubDate>
    <dc:creator>apcsplunk</dc:creator>
    <dc:date>2020-09-30T01:44:46Z</dc:date>
    <item>
      <title>Splunk Parsing - How to do it</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Parsing-How-to-do-it/m-p/447840#M77879</link>
      <description>&lt;P&gt;I have below json that is printed in logs, &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{
  "timestamp": "2019-08-15T07:30:10,472Z",
  "level": "INFO",
  "thread": "xyz.default-dispatcher-27",
  "message": "Some message",
  "logger": "com.abc.xyz",
  "run_number": 1,
  "id": "123",
  "type_id": "Test",
  "roll_number": "12889",
  "status": "Fail",
  "comments": "Result failed",
  "new_map": {
    "8890": {
      "number": "null"
    }
  },
  "old_map": {
    "8890": {
      "number": "86"
    }
  },
  "condition_id": "65",
  "created_date": "2019-07-24",
  "modified_date": "2019-07-25"
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I need to create a table to print id, roll_number, new_map and old_map. Tried using spath but no luck. Any help would be appreciated. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:44:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Parsing-How-to-do-it/m-p/447840#M77879</guid>
      <dc:creator>deepak312</dc:creator>
      <dc:date>2020-09-30T01:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Parsing - How to do it</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Parsing-How-to-do-it/m-p/447841#M77880</link>
      <description>&lt;P&gt;It auto-extracted for me and i just had to type "| table id, roll_number, new_map.8890.number, old_map.8890.number"&lt;BR /&gt;
May be you can clarify more on what should be the expected result&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:44:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Parsing-How-to-do-it/m-p/447841#M77880</guid>
      <dc:creator>apcsplunk</dc:creator>
      <dc:date>2020-09-30T01:44:46Z</dc:date>
    </item>
  </channel>
</rss>

