<?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 Need help on breaking my json data to several events in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-breaking-my-json-data-to-several-events/m-p/533935#M89654</link>
    <description>&lt;P&gt;I'm really stucked right now on my configuration for my json data below.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="robertbumanglag_0-1608719516683.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12347iB40CDEB5DA2A522C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="robertbumanglag_0-1608719516683.png" alt="robertbumanglag_0-1608719516683.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently building a data collector app in Splunk Add-on Builder. Here's the current configuration&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="robertbumanglag_1-1608719590840.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12348iC222353D82114094/image-size/medium?v=v2&amp;amp;px=400" role="button" title="robertbumanglag_1-1608719590840.png" alt="robertbumanglag_1-1608719590840.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My goal is to break the&amp;nbsp;Integration_Business_Process_Events_group sub values into another event but should retain parent event details. So instead of having 1 event, I should have 6 events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope for your answers. I already look into to the other similar problem like this by I'm getting more confuse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone!&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2020 10:37:18 GMT</pubDate>
    <dc:creator>robertbumanglag</dc:creator>
    <dc:date>2020-12-23T10:37:18Z</dc:date>
    <item>
      <title>Need help on breaking my json data to several events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-breaking-my-json-data-to-several-events/m-p/533935#M89654</link>
      <description>&lt;P&gt;I'm really stucked right now on my configuration for my json data below.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="robertbumanglag_0-1608719516683.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12347iB40CDEB5DA2A522C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="robertbumanglag_0-1608719516683.png" alt="robertbumanglag_0-1608719516683.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently building a data collector app in Splunk Add-on Builder. Here's the current configuration&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="robertbumanglag_1-1608719590840.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12348iC222353D82114094/image-size/medium?v=v2&amp;amp;px=400" role="button" title="robertbumanglag_1-1608719590840.png" alt="robertbumanglag_1-1608719590840.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My goal is to break the&amp;nbsp;Integration_Business_Process_Events_group sub values into another event but should retain parent event details. So instead of having 1 event, I should have 6 events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope for your answers. I already look into to the other similar problem like this by I'm getting more confuse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 10:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-breaking-my-json-data-to-several-events/m-p/533935#M89654</guid>
      <dc:creator>robertbumanglag</dc:creator>
      <dc:date>2020-12-23T10:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on breaking my json data to several events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-breaking-my-json-data-to-several-events/m-p/534297#M89685</link>
      <description>&lt;P&gt;props.conf can't extract what you want.&lt;/P&gt;&lt;P&gt;try following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index sourcetype=your_sourcetype
| spath Integration_Business_Process_Events_group{} output=IBPEg
| mvexpand IBPEg
| spath
| spath input=IBPEg
| fields - Integration_Business_Process_Events_group* IBPEg _raw
| table *&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 02:41:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-breaking-my-json-data-to-several-events/m-p/534297#M89685</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-12-29T02:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on breaking my json data to several events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-breaking-my-json-data-to-several-events/m-p/534763#M89719</link>
      <description>&lt;P&gt;Hi! Thanks, this helped.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 09:15:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-breaking-my-json-data-to-several-events/m-p/534763#M89719</guid>
      <dc:creator>robertbumanglag</dc:creator>
      <dc:date>2021-01-05T09:15:02Z</dc:date>
    </item>
  </channel>
</rss>

