<?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: Large JSON events not showing field in &amp;quot;Interesting fields&amp;quot; in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/574155#M101516</link>
    <description>&lt;P&gt;hi i am facing same issue here, just clarification this kv setting needs to change on heavy forwarder or search heads&lt;/P&gt;</description>
    <pubDate>Tue, 09 Nov 2021 10:02:32 GMT</pubDate>
    <dc:creator>rahulg</dc:creator>
    <dc:date>2021-11-09T10:02:32Z</dc:date>
    <item>
      <title>Large JSON events not showing field in "Interesting fields"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460028#M79410</link>
      <description>&lt;P&gt;Good morning all! I have a datasource that is valid JSON (I verified with python and jq). The entire event gets ingested, however a field that is at the tail end of the raw event does not show up in interesting fields. Splunk is parsing it correctly because if I look at the event, the key and values have the necessary color code indicating that they are KV.&lt;/P&gt;
&lt;P&gt;I would say that my even has roughly 26k c chars in it and it is less than 1mb. I looked in limits.conf and found nothing valuable.&lt;/P&gt;
&lt;P&gt;Any help is much appreciated&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 01:11:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460028#M79410</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2020-06-07T01:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Large JSON events not showing field in "Interesting fields"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460029#M79411</link>
      <description>&lt;P&gt;Are you using Verbose Mode?&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 12:55:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460029#M79411</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-19T12:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Large JSON events not showing field in "Interesting fields"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460030#M79412</link>
      <description>&lt;P&gt;So, even if the _raw is not truncated, there is still a limit set in limits.conf for KV.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[kv]
maxchars = &amp;lt;integer&amp;gt;
* Truncate _raw to this size and then do auto KV.
* Default: 10240 characters
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What is I believe is happening in your case is that the _raw is being truncated before auto KV, so those fields at the end are not being extracted,&lt;/P&gt;

&lt;P&gt;Maybe you can increase that and try again?&lt;/P&gt;

&lt;P&gt;Source: &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;</description>
      <pubDate>Tue, 19 May 2020 19:58:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460030#M79412</guid>
      <dc:creator>ragedsparrow</dc:creator>
      <dc:date>2020-05-19T19:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Large JSON events not showing field in "Interesting fields"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460031#M79413</link>
      <description>&lt;P&gt;THANK YOU for the great response, this totally makes sense. What, if any, are the adverse affects of this change? I assume probably more stress on RAM?&lt;/P&gt;

&lt;P&gt;Again, thank you for taking time to help me out here. &lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 15:05:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460031#M79413</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2020-05-20T15:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Large JSON events not showing field in "Interesting fields"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460032#M79414</link>
      <description>&lt;P&gt;I do think you would see a memory impact with an increase in the maxchars, so you'd want to weigh that out and possibly do some testing if you have the capability to.  Right now, I have a use case that has made it necessary for me to increase it to 40,000 characters, we're doing some testing right now to see what adverse effects this may cause.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 19:13:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460032#M79414</guid>
      <dc:creator>ragedsparrow</dc:creator>
      <dc:date>2020-05-21T19:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Large JSON events not showing field in "Interesting fields"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460033#M79415</link>
      <description>&lt;P&gt;Hey there, turns out that I need to also make my setting to around 40k. What have your findings been thus far? Seems like a huge jump going 4x the default value. &lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 18:52:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460033#M79415</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2020-05-27T18:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Large JSON events not showing field in "Interesting fields"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460034#M79416</link>
      <description>&lt;P&gt;We ended up backing down to 20k after testing.  We had a discussion with our users and determined that beyond 20k wasn't needed in their use case for field extraction.  We haven't seen a performance impact in testing, however it's not real indicative of production load.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 01:30:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460034#M79416</guid>
      <dc:creator>ragedsparrow</dc:creator>
      <dc:date>2020-05-28T01:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Large JSON events not showing field in "Interesting fields"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460035#M79417</link>
      <description>&lt;P&gt;Awesome. I will follow suit in testing like you are. I have it set to 15360 (1.5x) the default vault and will keep an eye out but in my case we need it to be 40k+ to work.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 12:44:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/460035#M79417</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2020-05-28T12:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Large JSON events not showing field in "Interesting fields"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/574155#M101516</link>
      <description>&lt;P&gt;hi i am facing same issue here, just clarification this kv setting needs to change on heavy forwarder or search heads&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 10:02:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Large-JSON-events-not-showing-field-in-quot-Interesting-fields/m-p/574155#M101516</guid>
      <dc:creator>rahulg</dc:creator>
      <dc:date>2021-11-09T10:02:32Z</dc:date>
    </item>
  </channel>
</rss>

