<?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 Why are the JSON event lines missing? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-JSON-event-lines-missing/m-p/440773#M76831</link>
    <description>&lt;P&gt;the line format is :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"tim":"2018-07-12 15:23:16","pre":"ayisha.udam","fir":"Ayisha","las":"UDAM","pe1":false}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Some lines present in the source file if I look at it with a text editor don't appear in a search or in a raw export.&lt;BR /&gt;
in a json export :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"preview":false,"result":{"_raw":"{\"tim\":\"2018-07-12 15:23:46\",\"pre\":\"ayisha.adam\",\"fir\":\"Ayisha\",\"las\":\"UDAM\" ...}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The sourcetype (I don't think it's the problem) is like that :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;INDEXED_EXTRACTIONS:json
KV_MODE:json
NO_BINARY_CHECK:true
SHOULD_LINEMERGE:false
category:Structured
description:JavaScript Object Notation format. For more information, visit &lt;A href="http://json.org/" target="test_blank"&gt;http://json.org/&lt;/A&gt;
disabled:false
pulldown_type:true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've checked for differences in the source : line breaks, quote, I can't see any differences.&lt;/P&gt;

&lt;P&gt;What else can I check?&lt;/P&gt;

&lt;P&gt;thank's&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jul 2018 10:52:20 GMT</pubDate>
    <dc:creator>splunkLPN</dc:creator>
    <dc:date>2018-07-17T10:52:20Z</dc:date>
    <item>
      <title>Why are the JSON event lines missing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-JSON-event-lines-missing/m-p/440773#M76831</link>
      <description>&lt;P&gt;the line format is :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"tim":"2018-07-12 15:23:16","pre":"ayisha.udam","fir":"Ayisha","las":"UDAM","pe1":false}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Some lines present in the source file if I look at it with a text editor don't appear in a search or in a raw export.&lt;BR /&gt;
in a json export :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"preview":false,"result":{"_raw":"{\"tim\":\"2018-07-12 15:23:46\",\"pre\":\"ayisha.adam\",\"fir\":\"Ayisha\",\"las\":\"UDAM\" ...}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The sourcetype (I don't think it's the problem) is like that :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;INDEXED_EXTRACTIONS:json
KV_MODE:json
NO_BINARY_CHECK:true
SHOULD_LINEMERGE:false
category:Structured
description:JavaScript Object Notation format. For more information, visit &lt;A href="http://json.org/" target="test_blank"&gt;http://json.org/&lt;/A&gt;
disabled:false
pulldown_type:true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've checked for differences in the source : line breaks, quote, I can't see any differences.&lt;/P&gt;

&lt;P&gt;What else can I check?&lt;/P&gt;

&lt;P&gt;thank's&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 10:52:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-JSON-event-lines-missing/m-p/440773#M76831</guid>
      <dc:creator>splunkLPN</dc:creator>
      <dc:date>2018-07-17T10:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the JSON event lines missing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-JSON-event-lines-missing/m-p/440774#M76832</link>
      <description>&lt;P&gt;I believe this should be updated in your sourcetype:&lt;BR /&gt;
KV_MODE:none&lt;/P&gt;

&lt;P&gt;also if you can't guarantee single line events:&lt;BR /&gt;
SHOULD_LINEMERGE:true&lt;/P&gt;

&lt;P&gt;Default Splunk Sourcetype for _json with &lt;BR /&gt;
./splunk cmd btool props list&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[_json]
ADD_EXTRA_TIME_FIELDS = True
ANNOTATE_PUNCT = True
AUTO_KV_JSON = true
BREAK_ONLY_BEFORE = 
BREAK_ONLY_BEFORE_DATE = True
CHARSET = AUTO
DATETIME_CONFIG = \etc\datetime.xml
DEPTH_LIMIT = 1000
HEADER_MODE = 
INDEXED_EXTRACTIONS = json
KV_MODE = none
LEARN_MODEL = true
LEARN_SOURCETYPE = true
LINE_BREAKER_LOOKBEHIND = 100
MATCH_LIMIT = 100000
MAX_DAYS_AGO = 2000
MAX_DAYS_HENCE = 2
MAX_DIFF_SECS_AGO = 3600
MAX_DIFF_SECS_HENCE = 604800
MAX_EVENTS = 256
MAX_TIMESTAMP_LOOKAHEAD = 128
MUST_BREAK_AFTER = 
MUST_NOT_BREAK_AFTER = 
MUST_NOT_BREAK_BEFORE = 
SEGMENTATION = indexing
SEGMENTATION-all = full
SEGMENTATION-inner = inner
SEGMENTATION-outer = outer
SEGMENTATION-raw = none
SEGMENTATION-standard = standard
SHOULD_LINEMERGE = True
TRANSFORMS = 
TRUNCATE = 10000
category = Structured
description = JavaScript Object Notation format. For more information, visit &lt;A href="http://json.org/" target="test_blank"&gt;http://json.org/&lt;/A&gt;
detect_trailing_nulls = auto
maxDist = 100
priority = 
pulldown_type = true
sourcetype = 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Jul 2018 20:23:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-JSON-event-lines-missing/m-p/440774#M76832</guid>
      <dc:creator>akocak</dc:creator>
      <dc:date>2018-07-17T20:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the JSON event lines missing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-JSON-event-lines-missing/m-p/440775#M76833</link>
      <description>&lt;P&gt;Thank you for made me discover btool. I must now investigate. Config Quest app will help me. &lt;BR /&gt;
Your suggestion solved my problems !&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:59:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-JSON-event-lines-missing/m-p/440775#M76833</guid>
      <dc:creator>splunkLPN</dc:creator>
      <dc:date>2018-07-18T15:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the JSON event lines missing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-JSON-event-lines-missing/m-p/440776#M76834</link>
      <description>&lt;P&gt;Can you pick my solution as answer then &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; ? No problem, I learned a lot here from other people&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 16:17:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-JSON-event-lines-missing/m-p/440776#M76834</guid>
      <dc:creator>akocak</dc:creator>
      <dc:date>2018-07-18T16:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the JSON event lines missing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-JSON-event-lines-missing/m-p/440777#M76835</link>
      <description>&lt;P&gt;That was my intention ! I don't see how change the "accepted answer"&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 09:05:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-JSON-event-lines-missing/m-p/440777#M76835</guid>
      <dc:creator>splunkLPN</dc:creator>
      <dc:date>2018-07-19T09:05:33Z</dc:date>
    </item>
  </channel>
</rss>

