<?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: How to convert multiple individual json objects into a nested json object ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-multiple-individual-json-objects-into-a-nested/m-p/644217#M223144</link>
    <description>&lt;P&gt;This seems to be the exact question as&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-to-convert-multiple-individual-json-objects-into-a-nested/m-p/644033#M223115" target="_self"&gt;How to convert multiple individual json objects into a nested json object in an event ?&lt;/A&gt;&amp;nbsp;You can checkout answer there. &amp;nbsp;But I'm curious: why the interest all in a sudden? &amp;nbsp;This doesn't seem to be a very practical use of Splunk. &amp;nbsp;Such tasks can be more easily accomplished outside of SPL.&lt;/P&gt;</description>
    <pubDate>Tue, 23 May 2023 07:44:16 GMT</pubDate>
    <dc:creator>yuanliu</dc:creator>
    <dc:date>2023-05-23T07:44:16Z</dc:date>
    <item>
      <title>How to convert multiple individual json objects into a nested json object ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-multiple-individual-json-objects-into-a-nested/m-p/644031#M223114</link>
      <description>&lt;P&gt;I want to convert some of the below individual json objects in the event into nested single json object like the second example&lt;/P&gt;&lt;P&gt;Current Format&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "ID": 1,
    "Timestamp": "2023-05-18T05:07:59.940594300Z",
    "FileVersion": "10.0.17134.1 (WinBuild.160101.0800)",
    "Company": "Microsoft Corporation",
    "TerminalSessionId": 0,
    "UtcTime": "2018-08-20 15:18:59.929",
    "Product": "Microsoft® Windows® Operating System",
}&lt;/LI-CODE&gt;&lt;P&gt;Expected Format&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "ID": 1,
    "Timestamp": "2023-05-18T05:07:59.940594300Z",
    "EventData":{
        "FileVersion": "10.0.17134.1 (WinBuild.160101.0800)",
        "Company": "Microsoft Corporation",
        "TerminalSessionId": 0,
        "UtcTime": "2018-08-20 15:18:59.929",
        "Product": "Microsoft® Windows® Operating System",
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I have tried to playaround with json functions but unable to figure out how to achieve the above outcome.&lt;/P&gt;&lt;P&gt;Can someone please help ?&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2023 10:55:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-convert-multiple-individual-json-objects-into-a-nested/m-p/644031#M223114</guid>
      <dc:creator>damode1</dc:creator>
      <dc:date>2023-05-21T10:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert multiple individual json objects into a nested json object ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-multiple-individual-json-objects-into-a-nested/m-p/644217#M223144</link>
      <description>&lt;P&gt;This seems to be the exact question as&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-to-convert-multiple-individual-json-objects-into-a-nested/m-p/644033#M223115" target="_self"&gt;How to convert multiple individual json objects into a nested json object in an event ?&lt;/A&gt;&amp;nbsp;You can checkout answer there. &amp;nbsp;But I'm curious: why the interest all in a sudden? &amp;nbsp;This doesn't seem to be a very practical use of Splunk. &amp;nbsp;Such tasks can be more easily accomplished outside of SPL.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 07:44:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-convert-multiple-individual-json-objects-into-a-nested/m-p/644217#M223144</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-05-23T07:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert multiple individual json objects into a nested json object ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-multiple-individual-json-objects-into-a-nested/m-p/644366#M223185</link>
      <description>&lt;P&gt;ya sorry about that. my original post was repeatedly getting tagged as spam post for some unknown reason, hence, unfortunately I had to post it from another account.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 00:07:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-convert-multiple-individual-json-objects-into-a-nested/m-p/644366#M223185</guid>
      <dc:creator>damode1</dc:creator>
      <dc:date>2023-05-24T00:07:00Z</dc:date>
    </item>
  </channel>
</rss>

