<?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 Parse JSON only at 1st level in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Parse-JSON-only-at-1st-level/m-p/519032#M3377</link>
    <description>&lt;P&gt;I want my nested JSON to be parsed only at 1st level instead of parsing all the nested parts. I have below JSON:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{ "Name":Naman, 
"Age":25, 
"Address": 
    { "H.No":"23", 
      "Street_no":2, 
      "Area":"Model Town" },
"Country":"IND" 
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I want output like below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Name | Age  | Address             | Country 
Naman  25     "H.No":"23",           IND  
              "Street_no":2,
              "Area":"Model Town"&lt;/LI-CODE&gt;&lt;P&gt;I don't want to handle Address field separately as these are dynamic fields that are coming in from source.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Sep 2020 09:17:50 GMT</pubDate>
    <dc:creator>nagar57</dc:creator>
    <dc:date>2020-09-11T09:17:50Z</dc:date>
    <item>
      <title>Parse JSON only at 1st level</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Parse-JSON-only-at-1st-level/m-p/519032#M3377</link>
      <description>&lt;P&gt;I want my nested JSON to be parsed only at 1st level instead of parsing all the nested parts. I have below JSON:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{ "Name":Naman, 
"Age":25, 
"Address": 
    { "H.No":"23", 
      "Street_no":2, 
      "Area":"Model Town" },
"Country":"IND" 
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I want output like below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Name | Age  | Address             | Country 
Naman  25     "H.No":"23",           IND  
              "Street_no":2,
              "Area":"Model Town"&lt;/LI-CODE&gt;&lt;P&gt;I don't want to handle Address field separately as these are dynamic fields that are coming in from source.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 09:17:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Parse-JSON-only-at-1st-level/m-p/519032#M3377</guid>
      <dc:creator>nagar57</dc:creator>
      <dc:date>2020-09-11T09:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Parse JSON only at 1st level</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Parse-JSON-only-at-1st-level/m-p/519034#M3378</link>
      <description>&lt;P&gt;share _raw json otherwise regex may break.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 09:39:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Parse-JSON-only-at-1st-level/m-p/519034#M3378</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-09-11T09:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parse JSON only at 1st level</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Parse-JSON-only-at-1st-level/m-p/519042#M3379</link>
      <description>&lt;P&gt;I can't paste the raw JSON as it contains company data. I hope you get the idea what I am trying to achieve. JSON is dynamic and I just want to parse at 1st level. All the nested fields should come as it is without getting parsed.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 10:35:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Parse-JSON-only-at-1st-level/m-p/519042#M3379</guid>
      <dc:creator>nagar57</dc:creator>
      <dc:date>2020-09-11T10:35:25Z</dc:date>
    </item>
  </channel>
</rss>

