<?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: Should you add the configurations in limits.conf on universal forwarder OR indexer servers? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Should-you-add-the-configurations-in-limits-conf-on-universal/m-p/430730#M75381</link>
    <description>&lt;P&gt;Regarding your limits.conf - this setting is needed on the indexing tier, as structured field extraction happens in the Typing Tier of the indexing pipeline, which will always be on the indexer. This is stated in the Wiki reference you provided as well. (It doesn't mention limits.conf exactly, but field extraction is done during the typing, hence it is affected by the limits you want to set).&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2019 11:44:48 GMT</pubDate>
    <dc:creator>DMohn</dc:creator>
    <dc:date>2019-03-13T11:44:48Z</dc:date>
    <item>
      <title>Should you add the configurations in limits.conf on universal forwarder OR indexer servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Should-you-add-the-configurations-in-limits-conf-on-universal/m-p/430728#M75379</link>
      <description>&lt;P&gt;We have a universal forwarder that monitors json files with number of keys&amp;gt;500. We need to parse this during index time, since we don't want to affect search performance during search time. By default splunk only extracts 100 fields and I need to add below configurations in limits.conf to increase this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[kv]
avg_extractor_time = 500
limit = 1000
max_extractor_time = 1000
maxchars = 51200
maxcols = 1024
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;My question is where do I need to add these configurations, on universal forwarder or on indexer servers?&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;I referred &lt;STRONG&gt;"4. Detail Diagram - UF/LWF to Indexer"&lt;/STRONG&gt; in this page &lt;A href="https://wiki.splunk.com/Community:HowIndexingWorks"&gt;https://wiki.splunk.com/Community:HowIndexingWorks&lt;/A&gt;. But this doesn't tell where to configure inputs.conf exactly.&lt;/P&gt;

&lt;P&gt;One more thing below configurations are already added in props.conf on universal forwarder to parse json data.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sourcetype]
INDEXED_EXTRACTIONS = json
KV_MODE=none
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Mar 2019 11:38:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Should-you-add-the-configurations-in-limits-conf-on-universal/m-p/430728#M75379</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2019-03-13T11:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Should you add the configurations in limits.conf on universal forwarder OR indexer servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Should-you-add-the-configurations-in-limits-conf-on-universal/m-p/430729#M75380</link>
      <description>&lt;P&gt;Hi @manjunathmeti,&lt;/P&gt;

&lt;P&gt;A UF does not do any parsing or any preprocessing, all of this happens on the indexers, so the limits.conf which applies is therefore the one on the indexers.&lt;/P&gt;

&lt;P&gt;The same is true for props.conf in your example, though there is no problem with having that on the UF too.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 11:41:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Should-you-add-the-configurations-in-limits-conf-on-universal/m-p/430729#M75380</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2019-03-13T11:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Should you add the configurations in limits.conf on universal forwarder OR indexer servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Should-you-add-the-configurations-in-limits-conf-on-universal/m-p/430730#M75381</link>
      <description>&lt;P&gt;Regarding your limits.conf - this setting is needed on the indexing tier, as structured field extraction happens in the Typing Tier of the indexing pipeline, which will always be on the indexer. This is stated in the Wiki reference you provided as well. (It doesn't mention limits.conf exactly, but field extraction is done during the typing, hence it is affected by the limits you want to set).&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 11:44:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Should-you-add-the-configurations-in-limits-conf-on-universal/m-p/430730#M75381</guid>
      <dc:creator>DMohn</dc:creator>
      <dc:date>2019-03-13T11:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Should you add the configurations in limits.conf on universal forwarder OR indexer servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Should-you-add-the-configurations-in-limits-conf-on-universal/m-p/430731#M75382</link>
      <description>&lt;P&gt;Thank you DMohn.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 02:59:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Should-you-add-the-configurations-in-limits-conf-on-universal/m-p/430731#M75382</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2019-03-21T02:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Should you add the configurations in limits.conf on universal forwarder OR indexer servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Should-you-add-the-configurations-in-limits-conf-on-universal/m-p/430732#M75383</link>
      <description>&lt;P&gt;Thank you Nickhillscpl.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 02:59:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Should-you-add-the-configurations-in-limits-conf-on-universal/m-p/430732#M75383</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2019-03-21T02:59:38Z</dc:date>
    </item>
  </channel>
</rss>

