<?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: Splunk Universal Forwarder Only Sends data once on Monitor Input config followed by Restart in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Universal-Forwarder-Only-Sends-data-once-on-Monitor-Input/m-p/465100#M8197</link>
    <description>&lt;P&gt;So it seems like changing the maxKBPs limit to unlimited(0) fixed the problem. &lt;/P&gt;

&lt;P&gt;Looks like UF was choking the default 256Kbps bandwidth once it picked up a huge file(~400MB). &lt;BR /&gt;
I set the limits to 0 just before posting the question. Monitored this for about ~1.5hrs. Forwarder is reading &amp;amp; sending data across. &lt;/P&gt;</description>
    <pubDate>Wed, 28 Aug 2019 11:13:56 GMT</pubDate>
    <dc:creator>ssadh_splunk</dc:creator>
    <dc:date>2019-08-28T11:13:56Z</dc:date>
    <item>
      <title>Splunk Universal Forwarder Only Sends data once on Monitor Input config followed by Restart</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Universal-Forwarder-Only-Sends-data-once-on-Monitor-Input/m-p/465097#M8194</link>
      <description>&lt;P&gt;I have a UF installed(v7.3.1) on CentOS with ulimits configured for max open files etc. &lt;/P&gt;

&lt;P&gt;the file monitor input stanza looks as below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///&amp;lt;path_to_log_file&amp;gt;/*.log]
disabled = false
host_segment = 4
index = &amp;lt;index-name&amp;gt;
sourcetype = srctype
ignoreOlderThan = 1h
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;there are logs coming in at very high speed so the rsyslog creates a new file every 15mins, Hence the ignoreolderthan 1H clause is used . &lt;/P&gt;

&lt;P&gt;Each time i configure a monitor stanza &amp;amp; restart UF. &lt;BR /&gt;
It reads the files &amp;amp; sends it to the indexer. But after that, it doesn't forward any data. &lt;/P&gt;

&lt;P&gt;UF splunkd.log stated that it was taking some huge files into batch mode &amp;amp; that maxKBPs limit had reached. &lt;BR /&gt;
So I changed the limit.conf to set maxKBPs to 0. &lt;BR /&gt;
There is no other error in Splunkd.log at UF &amp;amp; it still seems to be showcasing the same behavior. &lt;/P&gt;

&lt;P&gt;Any pointers on how to resolve this or what else to look for? &lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 10:05:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Universal-Forwarder-Only-Sends-data-once-on-Monitor-Input/m-p/465097#M8194</guid>
      <dc:creator>ssadh_splunk</dc:creator>
      <dc:date>2019-08-28T10:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Universal Forwarder Only Sends data once on Monitor Input config followed by Restart</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Universal-Forwarder-Only-Sends-data-once-on-Monitor-Input/m-p/465098#M8195</link>
      <description>&lt;P&gt;If you have monitoring console set, please check indexing performance on indexers. Is any indexing queue is getting full?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 10:37:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Universal-Forwarder-Only-Sends-data-once-on-Monitor-Input/m-p/465098#M8195</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2019-08-28T10:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Universal Forwarder Only Sends data once on Monitor Input config followed by Restart</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Universal-Forwarder-Only-Sends-data-once-on-Monitor-Input/m-p/465099#M8196</link>
      <description>&lt;P&gt;@ssadh_splunk , As you mentioned rsyslog creates new file every 15 mins, can you try and increase the ignoreOlderThan parameter by 1 more hour? &lt;BR /&gt;
For using wildcards, just make sure you are defining in correct manner. &lt;BR /&gt;
Ref Doc: &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/Data/Specifyinputpathswithwildcards"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.0/Data/Specifyinputpathswithwildcards&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Apart from that, configuration looks okay. The log files should get monitored continuously. &lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 10:42:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Universal-Forwarder-Only-Sends-data-once-on-Monitor-Input/m-p/465099#M8196</guid>
      <dc:creator>lmethwani_splun</dc:creator>
      <dc:date>2019-08-28T10:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Universal Forwarder Only Sends data once on Monitor Input config followed by Restart</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Universal-Forwarder-Only-Sends-data-once-on-Monitor-Input/m-p/465100#M8197</link>
      <description>&lt;P&gt;So it seems like changing the maxKBPs limit to unlimited(0) fixed the problem. &lt;/P&gt;

&lt;P&gt;Looks like UF was choking the default 256Kbps bandwidth once it picked up a huge file(~400MB). &lt;BR /&gt;
I set the limits to 0 just before posting the question. Monitored this for about ~1.5hrs. Forwarder is reading &amp;amp; sending data across. &lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 11:13:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Universal-Forwarder-Only-Sends-data-once-on-Monitor-Input/m-p/465100#M8197</guid>
      <dc:creator>ssadh_splunk</dc:creator>
      <dc:date>2019-08-28T11:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Universal Forwarder Only Sends data once on Monitor Input config followed by Restart</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Universal-Forwarder-Only-Sends-data-once-on-Monitor-Input/m-p/465101#M8198</link>
      <description>&lt;P&gt;Closing this as setting maxKBPs to zero in limits on UF fixed the issue. &lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 11:50:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Universal-Forwarder-Only-Sends-data-once-on-Monitor-Input/m-p/465101#M8198</guid>
      <dc:creator>ssadh_splunk</dc:creator>
      <dc:date>2019-08-28T11:50:55Z</dc:date>
    </item>
  </channel>
</rss>

