<?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: UF persistentQueue tcp,UF persistentQueueSize tcp://8088 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/UF-persistentQueue-tcp-UF-persistentQueueSize-tcp-8088/m-p/135536#M27909</link>
    <description>&lt;P&gt;Hard to say. I would start troubleshooting by increasing the log channels of &lt;CODE&gt;TcpInputConfig&lt;/CODE&gt; &lt;CODE&gt;TcpInputConn&lt;/CODE&gt;    and &lt;CODE&gt;TcpInputProc&lt;/CODE&gt; in &lt;CODE&gt;log.cfg&lt;/CODE&gt; &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/Troubleshooting/Enabledebuglogging"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/Troubleshooting/Enabledebuglogging&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Feb 2015 09:37:10 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2015-02-11T09:37:10Z</dc:date>
    <item>
      <title>UF persistentQueue tcp,UF persistentQueueSize tcp://8088</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-persistentQueue-tcp-UF-persistentQueueSize-tcp-8088/m-p/135533#M27906</link>
      <description>&lt;P&gt;We have an application that sends it's data to the UF on tcp port 8088. When the indexers are down we want the UF to store the log data in a persistentQueue untill the indexers are online again. Is this possible?&lt;/P&gt;

&lt;P&gt;in the inputs.conf we have this stanza:&lt;BR /&gt;
[tcp://8088]&lt;BR /&gt;
persistentQueueSize=2GB&lt;/P&gt;

&lt;P&gt;But this is not working. Can anyone help me?&lt;/P&gt;

&lt;P&gt;,We have an application that offers it's logging to the UF API on tcp://8088 and we want to use a persistentQueue to store data when the indexers would be down. Is this possible? What we did is create een app with inputs.conf:&lt;/P&gt;

&lt;P&gt;[tcp://8088]&lt;BR /&gt;
persistentQueueSize=2GB&lt;/P&gt;

&lt;P&gt;But this is not working we expected.&lt;/P&gt;

&lt;P&gt;Can someone help us?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 07:34:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-persistentQueue-tcp-UF-persistentQueueSize-tcp-8088/m-p/135533#M27906</guid>
      <dc:creator>arjangoos</dc:creator>
      <dc:date>2015-02-11T07:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: UF persistentQueue tcp,UF persistentQueueSize tcp://8088</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-persistentQueue-tcp-UF-persistentQueueSize-tcp-8088/m-p/135534#M27907</link>
      <description>&lt;P&gt;Hi arjangoos,&lt;/P&gt;

&lt;P&gt;on the forwarder run this command to check if the the config is applied correct:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk cmd btool --debug inputs list tcp
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Output looks something like this and yours should have a &lt;CODE&gt;persistentQueueSize&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/etc/system/default/inputs.conf [tcp]
/opt/splunk/etc/system/default/inputs.conf _rcvbuf = 1572864
/opt/splunk/etc/system/default/inputs.conf acceptFrom = *
/opt/splunk/etc/system/default/inputs.conf connection_host = dns
/opt/splunk/etc/system/local/inputs.conf   host = VirtualBox
/opt/splunk/etc/system/default/inputs.conf index = default
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also check if the queue directory has been created, it should be at&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/var/run/splunk/tcpin/pq__8088
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in your case.&lt;BR /&gt;
Check as well &lt;CODE&gt;splunkd.log&lt;/CODE&gt; of your forwarder for any error messages.&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 07:52:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-persistentQueue-tcp-UF-persistentQueueSize-tcp-8088/m-p/135534#M27907</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-02-11T07:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: UF persistentQueue tcp,UF persistentQueueSize tcp://8088</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-persistentQueue-tcp-UF-persistentQueueSize-tcp-8088/m-p/135535#M27908</link>
      <description>&lt;P&gt;Hi MuS:&lt;/P&gt;

&lt;P&gt;/opt/splunkforwarder/etc/system/default/inputs.conf             [tcp]&lt;BR /&gt;
/opt/splunkforwarder/etc/system/default/inputs.conf             _rcvbuf = 1572864&lt;BR /&gt;
/opt/splunkforwarder/etc/system/default/inputs.conf             acceptFrom = *&lt;BR /&gt;
/opt/splunkforwarder/etc/system/default/inputs.conf             connection_host = dns&lt;BR /&gt;
/opt/splunkforwarder/etc/system/local/inputs.conf               host = vaaasu4054.vld04.local&lt;BR /&gt;
/opt/splunkforwarder/etc/system/default/inputs.conf             index = default&lt;BR /&gt;
/opt/splunkforwarder/etc/apps/meos_forwarders/local/inputs.conf [tcp://8088]&lt;BR /&gt;
/opt/splunkforwarder/etc/system/default/inputs.conf             _rcvbuf = 1572864&lt;BR /&gt;
/opt/splunkforwarder/etc/system/local/inputs.conf               host = vaaasu4054.vld04.local&lt;BR /&gt;
/opt/splunkforwarder/etc/system/default/inputs.conf             index = default&lt;BR /&gt;
/opt/splunkforwarder/etc/apps/meos_forwarders/local/inputs.conf persistentQueueSize = 2GB&lt;BR /&gt;
/opt/splunkforwarder/etc/apps/meos_forwarders/local/inputs.conf queueSize = 500KB&lt;/P&gt;

&lt;P&gt;When I send data to the UF on port 8088 with an curl command it stops processing. But the persistentQueue is not growing. Why not?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:53:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-persistentQueue-tcp-UF-persistentQueueSize-tcp-8088/m-p/135535#M27908</guid>
      <dc:creator>arjangoos</dc:creator>
      <dc:date>2020-09-28T18:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: UF persistentQueue tcp,UF persistentQueueSize tcp://8088</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-persistentQueue-tcp-UF-persistentQueueSize-tcp-8088/m-p/135536#M27909</link>
      <description>&lt;P&gt;Hard to say. I would start troubleshooting by increasing the log channels of &lt;CODE&gt;TcpInputConfig&lt;/CODE&gt; &lt;CODE&gt;TcpInputConn&lt;/CODE&gt;    and &lt;CODE&gt;TcpInputProc&lt;/CODE&gt; in &lt;CODE&gt;log.cfg&lt;/CODE&gt; &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/Troubleshooting/Enabledebuglogging"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/Troubleshooting/Enabledebuglogging&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 09:37:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-persistentQueue-tcp-UF-persistentQueueSize-tcp-8088/m-p/135536#M27909</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-02-11T09:37:10Z</dc:date>
    </item>
  </channel>
</rss>

