<?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 JSON events not splitting correctly in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/JSON-events-not-splitting-correctly/m-p/495028#M85803</link>
    <description>&lt;P&gt;I have some data in the following format which does not split correctly.&lt;/P&gt;
&lt;P&gt;The events get indexed as one event.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;sample data&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{"date": "5/8/2020", "time": "7:57:47 AM", "client": "187.45.18.205", "flags": "A", "query": "v1.addthisedge.com"}{"date": "5/8/2020", "time": "7:57:47 AM", "client": "188.35.138.205", "flags": "A", "query": "m.addthis.com"}{"date": "5/8/2020", "time": "7:57:47 AM", "client": "186.95.16.121", "flags": "A", "query": "cloud.acrobat.com"}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[monitor:///data/dns/*/*/*/*.json.log]
INDEXED_EXTRACTIONS = json
KV_MODE = none
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 06 Jun 2020 00:54:02 GMT</pubDate>
    <dc:creator>pjohnson1</dc:creator>
    <dc:date>2020-06-06T00:54:02Z</dc:date>
    <item>
      <title>JSON events not splitting correctly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JSON-events-not-splitting-correctly/m-p/495028#M85803</link>
      <description>&lt;P&gt;I have some data in the following format which does not split correctly.&lt;/P&gt;
&lt;P&gt;The events get indexed as one event.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;sample data&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{"date": "5/8/2020", "time": "7:57:47 AM", "client": "187.45.18.205", "flags": "A", "query": "v1.addthisedge.com"}{"date": "5/8/2020", "time": "7:57:47 AM", "client": "188.35.138.205", "flags": "A", "query": "m.addthis.com"}{"date": "5/8/2020", "time": "7:57:47 AM", "client": "186.95.16.121", "flags": "A", "query": "cloud.acrobat.com"}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[monitor:///data/dns/*/*/*/*.json.log]
INDEXED_EXTRACTIONS = json
KV_MODE = none
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 06 Jun 2020 00:54:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JSON-events-not-splitting-correctly/m-p/495028#M85803</guid>
      <dc:creator>pjohnson1</dc:creator>
      <dc:date>2020-06-06T00:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: JSON events not splitting correctly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JSON-events-not-splitting-correctly/m-p/495029#M85804</link>
      <description>&lt;P&gt;your JSON is &lt;EM&gt;not&lt;/EM&gt; valid.&lt;BR /&gt;
&lt;CODE&gt;,&lt;/CODE&gt; is missing between objects( &lt;CODE&gt;{\"date...}&lt;/CODE&gt; )&lt;BR /&gt;
Both &lt;CODE&gt;INDEXED_EXTRACTIONS&lt;/CODE&gt; and &lt;CODE&gt;KV_MODE&lt;/CODE&gt; can't work.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 02:25:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JSON-events-not-splitting-correctly/m-p/495029#M85804</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-08T02:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: JSON events not splitting correctly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JSON-events-not-splitting-correctly/m-p/495030#M85805</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;[monitor:///data/dns/*/*/*/*.json.log]
SHOULD_LINEMERGE = false
LINE_BREAKER = }(\s*)
NO_BINARY_CHECK = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Well, if you cut it off, there's no problem.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 02:30:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JSON-events-not-splitting-correctly/m-p/495030#M85805</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-08T02:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: JSON events not splitting correctly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JSON-events-not-splitting-correctly/m-p/495031#M85806</link>
      <description>&lt;P&gt;Thank you for answering.  I fixed up the json output but still have an issue.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [{"date": "5/8/2020", "time": "7:57:47 AM", "client": "187.45.18.205", "flags": "A", "query": "v1.addthisedge.com"},{"date": "5/8/2020", "time": "7:57:47 AM", "client": "188.35.138.205", "flags": "A", "query": "m.addthis.com"},{"date": "5/8/2020", "time": "7:57:47 AM", "client": "186.95.16.121", "flags": "A", "query": "cloud.acrobat.com"}]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 May 2020 05:30:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JSON-events-not-splitting-correctly/m-p/495031#M85806</guid>
      <dc:creator>pjohnson1</dc:creator>
      <dc:date>2020-05-08T05:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: JSON events not splitting correctly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JSON-events-not-splitting-correctly/m-p/495032#M85807</link>
      <description>&lt;P&gt;I hope you look my answer before amended.&lt;/P&gt;

&lt;P&gt;your json is valid now.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [monitor:///data/dns/*/*/*/*.json.log]
 INDEXED_EXTRACTIONS = json
 KV_MODE = none
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;it works.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 05:39:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JSON-events-not-splitting-correctly/m-p/495032#M85807</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-08T05:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: JSON events not splitting correctly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JSON-events-not-splitting-correctly/m-p/495033#M85808</link>
      <description>&lt;P&gt;Yes, I did. Thank you! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 07:22:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JSON-events-not-splitting-correctly/m-p/495033#M85808</guid>
      <dc:creator>pjohnson1</dc:creator>
      <dc:date>2020-05-08T07:22:17Z</dc:date>
    </item>
  </channel>
</rss>

