<?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 Missing events? JSON payload and indexed_extractions in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Missing-events-JSON-payload-and-indexed-extractions/m-p/489113#M83660</link>
    <description>&lt;P&gt;We have events where the JSON payload has 100s of fields. When I table a field, we can see entries for some events but not others. However, if I &lt;CODE&gt;spath&lt;/CODE&gt; the field beforehand, I then can discover it. We are using &lt;CODE&gt;indexed_extractions&lt;/CODE&gt;? Is there a limit with this? &lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2019 19:04:59 GMT</pubDate>
    <dc:creator>swangertyler</dc:creator>
    <dc:date>2019-09-23T19:04:59Z</dc:date>
    <item>
      <title>Missing events? JSON payload and indexed_extractions</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Missing-events-JSON-payload-and-indexed-extractions/m-p/489113#M83660</link>
      <description>&lt;P&gt;We have events where the JSON payload has 100s of fields. When I table a field, we can see entries for some events but not others. However, if I &lt;CODE&gt;spath&lt;/CODE&gt; the field beforehand, I then can discover it. We are using &lt;CODE&gt;indexed_extractions&lt;/CODE&gt;? Is there a limit with this? &lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 19:04:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Missing-events-JSON-payload-and-indexed-extractions/m-p/489113#M83660</guid>
      <dc:creator>swangertyler</dc:creator>
      <dc:date>2019-09-23T19:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Missing events? JSON payload and indexed_extractions</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Missing-events-JSON-payload-and-indexed-extractions/m-p/489114#M83661</link>
      <description>&lt;P&gt;@swangertyler &lt;/P&gt;

&lt;P&gt;As your single JSON event has 100+ fields, so extracting first 100 fields is the default behaviour of the Splunk.  You can set this number by updating &lt;CODE&gt;limits.conf&lt;/CODE&gt;.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; limit = &amp;lt;integer&amp;gt;
    * The maximum number of fields that an automatic key-value field extraction
      (auto kv) can generate at search time.
    * If search-time field extractions are disabled (KV_MODE=none in props.conf)
      then this setting determines the number of index-time fields that will be
      returned.
    * The summary fields 'host', 'index', 'source', 'sourcetype', 'eventtype',
      'linecount', 'splunk_server', and 'splunk_server_group' do not count against
      this limit and will always be returned.
    * Increase this setting if, for example, you have indexed data with a large
      number of columns and want to ensure that searches display all fields from
      the data.
    * Default: 100
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf#.5Bkv.5D"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf#.5Bkv.5D&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If your JSON length is 5000+ character than you can also try by configuring &lt;CODE&gt;extraction_cutoff&lt;/CODE&gt; of &lt;CODE&gt;spath&lt;/CODE&gt; stanza. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;extraction_cutoff = &amp;lt;integer&amp;gt;
* For extract-all spath extraction mode, only apply extraction to the first
  &amp;lt;integer&amp;gt; number of bytes.
* Default: 5000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf#.5Bspath.5D"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf#.5Bspath.5D&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 06:03:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Missing-events-JSON-payload-and-indexed-extractions/m-p/489114#M83661</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-09-24T06:03:41Z</dc:date>
    </item>
  </channel>
</rss>

