<?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: Can you answer some questions about maxKBps involving replacing a heavy forwarder with a universal forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-answer-some-questions-about-maxKBps-involving-replacing/m-p/448315#M77951</link>
    <description>&lt;P&gt;Yep its a system wide setting  even if its in an app &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Feb 2019 20:31:19 GMT</pubDate>
    <dc:creator>chrisyounger</dc:creator>
    <dc:date>2019-02-07T20:31:19Z</dc:date>
    <item>
      <title>Can you answer some questions about maxKBps involving replacing a heavy forwarder with a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-answer-some-questions-about-maxKBps-involving-replacing/m-p/448310#M77946</link>
      <description>&lt;P&gt;I replaced a very old heavy forwarder today with a universal forwarder that some of our network gear was pointing syslogs too.  The flip went smooth but we quickly noticed that the number of logs we were indexing prior to the replacement was well over twice what we were getting afterwards.    We found maxKBps and set it to 0 on that universal forwarder which fixed the issue however&amp;gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt; How can I tell if other forwarders may be hitting this upper limit?  Should it not show up somewhere in _internal?&lt;/LI&gt;
&lt;LI&gt; How can I use the deployment server to push multiple limits.confs to our many forwarders, or does limits.conf need to live exclusively in /etc/system/local and be edited individually on each?  If we find multiple more servers with this limit, I would like to push the fix in bulk.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 07 Feb 2019 18:00:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-you-answer-some-questions-about-maxKBps-involving-replacing/m-p/448310#M77946</guid>
      <dc:creator>TobiasBoone</dc:creator>
      <dc:date>2019-02-07T18:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can you answer some questions about maxKBps involving replacing a heavy forwarder with a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-answer-some-questions-about-maxKBps-involving-replacing/m-p/448311#M77947</link>
      <description>&lt;P&gt;HI @TobiasBoone &lt;/P&gt;

&lt;P&gt;Here is the first query which I got out of the "Alerts for Admins" splunkbase app &lt;A href="https://splunkbase.splunk.com/app/3796/#/details"&gt;https://splunkbase.splunk.com/app/3796/#/details&lt;/A&gt; :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index=_internal sourcetype=splunkd (source=*splunkd.log OR source=*splunkd.log) "has reached maxKBps. As a result, data forwarding may be throttled") 
| bin _time span=1h 
| stats count as countPerHost by host, _time 
| where (countPerHost &amp;gt; 1)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;OL&gt;
&lt;LI&gt;Yes you can push limits.conf from the deployment server. Just create a folder in &lt;CODE&gt;etc/deployment-apps&lt;/CODE&gt; containing a &lt;CODE&gt;local&lt;/CODE&gt; folder that has a &lt;CODE&gt;limits.conf&lt;/CODE&gt; in it. &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;All the best&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 19:27:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-you-answer-some-questions-about-maxKBps-involving-replacing/m-p/448311#M77947</guid>
      <dc:creator>chrisyounger</dc:creator>
      <dc:date>2019-02-07T19:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can you answer some questions about maxKBps involving replacing a heavy forwarder with a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-answer-some-questions-about-maxKBps-involving-replacing/m-p/448312#M77948</link>
      <description>&lt;P&gt;so treat "local" like an app and assign the clients to it that I want to receive it?  Do I run the risk of overwriting legitimate etc/system/local stuff or will it just merge?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 19:35:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-you-answer-some-questions-about-maxKBps-involving-replacing/m-p/448312#M77948</guid>
      <dc:creator>TobiasBoone</dc:creator>
      <dc:date>2019-02-07T19:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can you answer some questions about maxKBps involving replacing a heavy forwarder with a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-answer-some-questions-about-maxKBps-involving-replacing/m-p/448313#M77949</link>
      <description>&lt;P&gt;it will go into the &lt;CODE&gt;/etc/apps/&lt;/CODE&gt; folder of the universal forwarders so it  effectively merge. Look at other apps you have in the deployment-apps` folder to see the exact structure.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/Updating/Createdeploymentapps"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/Updating/Createdeploymentapps&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 19:56:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-you-answer-some-questions-about-maxKBps-involving-replacing/m-p/448313#M77949</guid>
      <dc:creator>chrisyounger</dc:creator>
      <dc:date>2019-02-07T19:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can you answer some questions about maxKBps involving replacing a heavy forwarder with a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-answer-some-questions-about-maxKBps-involving-replacing/m-p/448314#M77950</link>
      <description>&lt;P&gt;We have dozens of deployment apps in our environment, I was just not clear if limits.conf pushed to an app effectively rolled up to what is documented as a system-wide setting in /local or if it would simply be ignored in an app.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 20:23:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-you-answer-some-questions-about-maxKBps-involving-replacing/m-p/448314#M77950</guid>
      <dc:creator>TobiasBoone</dc:creator>
      <dc:date>2019-02-07T20:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can you answer some questions about maxKBps involving replacing a heavy forwarder with a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-answer-some-questions-about-maxKBps-involving-replacing/m-p/448315#M77951</link>
      <description>&lt;P&gt;Yep its a system wide setting  even if its in an app &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 20:31:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-you-answer-some-questions-about-maxKBps-involving-replacing/m-p/448315#M77951</guid>
      <dc:creator>chrisyounger</dc:creator>
      <dc:date>2019-02-07T20:31:19Z</dc:date>
    </item>
  </channel>
</rss>

