<?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: Event Break JSON in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73214#M14990</link>
    <description>&lt;P&gt;Where did you specify this logic? In your $SPUNK_HOME/etc/system/local/props.conf? That's where I'm trying to define this logic to get my events correct when using the Splunk Forwarder, but not having any success. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Apr 2015 15:38:53 GMT</pubDate>
    <dc:creator>sbitterman</dc:creator>
    <dc:date>2015-04-09T15:38:53Z</dc:date>
    <item>
      <title>Event Break JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73210#M14986</link>
      <description>&lt;P&gt;Hi, I am trying to ingest JSON data into Splunk but I am having difficulties setting up the event breaks. What is the best way to do this?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 09:25:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73210#M14986</guid>
      <dc:creator>thufirtan</dc:creator>
      <dc:date>2013-03-25T09:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Event Break JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73211#M14987</link>
      <description>&lt;P&gt;Assuming that each json event blob starts on a new line with an opening brace &lt;CODE&gt;{&lt;/CODE&gt; Then this seems to be working for me:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[json]
KV_MODE = json
LINE_BREAKER = "(^){"
NO_BINARY_CHECK = 1
TRUNCATE = 0
SHOULD_LINEMERGE = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 29 Jun 2013 16:08:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73211#M14987</guid>
      <dc:creator>Jordan_Brough</dc:creator>
      <dc:date>2013-06-29T16:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Event Break JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73212#M14988</link>
      <description>&lt;P&gt;Worked for me ! Json object is not splitted in several events .&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:05:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73212#M14988</guid>
      <dc:creator>niordache</dc:creator>
      <dc:date>2013-10-03T14:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Event Break JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73213#M14989</link>
      <description>&lt;P&gt;I used this approach to address my question:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/121098/iterate-the-extraction-of-json-objects-using-splunk-query-language"&gt;http://answers.splunk.com/answers/121098/iterate-the-extraction-of-json-objects-using-splunk-query-language&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However, I think that this approach has the problem that the json objects are not split into events. Therefore, any aggregation function will not work as expected. Any idea?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:20:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73213#M14989</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2014-02-19T15:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Event Break JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73214#M14990</link>
      <description>&lt;P&gt;Where did you specify this logic? In your $SPUNK_HOME/etc/system/local/props.conf? That's where I'm trying to define this logic to get my events correct when using the Splunk Forwarder, but not having any success. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2015 15:38:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73214#M14990</guid>
      <dc:creator>sbitterman</dc:creator>
      <dc:date>2015-04-09T15:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Event Break JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73215#M14991</link>
      <description>&lt;P&gt;I would really like to know the answer to this as we are having the same problem. We are using the splunk cloud and do not know where to put this logic. On a config file on the cloud server?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 23:55:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73215#M14991</guid>
      <dc:creator>RaistlinLinden</dc:creator>
      <dc:date>2015-07-01T23:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Event Break JSON</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73216#M14992</link>
      <description>&lt;P&gt;$SPLUNK_HOME/etc/system/local/props.conf&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 18:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-Break-JSON/m-p/73216#M14992</guid>
      <dc:creator>mjoseff_splunk</dc:creator>
      <dc:date>2016-10-05T18:19:10Z</dc:date>
    </item>
  </channel>
</rss>

