<?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: Why are our Splunk Forwarders each logging &amp;quot;ERROR DiskMon - None such on disk: /opt/splunkforwarder/var/run/splunk/dispatch&amp;quot; 144 times a day? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-our-Splunk-Forwarders-each-logging-quot-ERROR-DiskMon/m-p/146157#M29780</link>
    <description>&lt;P&gt;What you are seeing in 6.2 - 6.2.6 is a known issue, SPL-109387 where both UF and LWF will log this benign error every 10 minutes.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ERROR DiskMon - None such on disk: .../splunkforwarder/var/run/splunk/dispatch
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is related when the app .../splunkforwarder/etc/apps/introspection_generator_addon has been enabled and information relating to disk object partitions is attempted to be retrieved.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Below are 3 different workarounds:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Option 1:&lt;/STRONG&gt;&lt;BR /&gt;
Edit ../splunkforwarder/etc/system/local/server.conf and add the following entry:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[introspection:generator:disk_objects__partitions]
disabled = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Option 2:&lt;/STRONG&gt;&lt;BR /&gt;
In ../splunkforwarder/etc/log.cfg  (requires restart), &lt;BR /&gt;
    Increase the logging level of category.DiskMon=INFO to &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;category.DiskMon=CRIT
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Option 3:&lt;/STRONG&gt;&lt;BR /&gt;
    3) create on that UF/LWF an empty directory called... /splunkforwarder/var/run/splunk/dispatch&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 07:54:36 GMT</pubDate>
    <dc:creator>Ellen</dc:creator>
    <dc:date>2020-09-29T07:54:36Z</dc:date>
    <item>
      <title>Why are our Splunk Forwarders each logging "ERROR DiskMon - None such on disk: /opt/splunkforwarder/var/run/splunk/dispatch" 144 times a day?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-our-Splunk-Forwarders-each-logging-quot-ERROR-DiskMon/m-p/146155#M29778</link>
      <description>&lt;P&gt;We are seeing these errors in the forwarders splunkd.log from every Splunk forwarder we have 144 times per 24hr period (every ten mins) per server.  All servers are running Splunk Light Forwarder 6.2.1, 6.2.2, and 6.2.3 across the enterprise.&lt;/P&gt;

&lt;P&gt;on Linux hosts it looks like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;07-28-2015 19:48:35.831 -0500 ERROR DiskMon - None such on disk: /opt/splunkforwarder/var/run/splunk/dispatch
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and on windows like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;07-28-2015 19:48:34.228 -0500 ERROR DiskMon - None such on disk: F:\Program Files\SplunkUniversalForwarder\var\run\splunk\dispatch
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The only thing I can think of is that something is trying to run &lt;CODE&gt;splunkd clean-dispatch&lt;/CODE&gt; and the system can't find the dir, but I can't find anything in our deployment server that would be configured to run this. I have seen these errors in a few other logs posted here, but the issues seem to be about a server trying to bind to a port already in use on Win7 (not our issue here).&lt;/P&gt;

&lt;P&gt;Anyone have ANY idea why this might be happening?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2015 01:21:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-our-Splunk-Forwarders-each-logging-quot-ERROR-DiskMon/m-p/146155#M29778</guid>
      <dc:creator>starks951</dc:creator>
      <dc:date>2015-07-29T01:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why are our Splunk Forwarders each logging "ERROR DiskMon - None such on disk: /opt/splunkforwarder/var/run/splunk/dispatch" 144 times a day?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-our-Splunk-Forwarders-each-logging-quot-ERROR-DiskMon/m-p/146156#M29779</link>
      <description>&lt;P&gt;I suspect the introspection app cannot differentiate between forwarder and other Splunk device types such as Indexers, Search Heads, etc.&lt;/P&gt;

&lt;P&gt;My workaround was to:  mkdir $SPLUNK_HOME/var/run/splunk/dispatch&lt;/P&gt;

&lt;P&gt;But then I only currently have a small number of forwarders.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:11:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-our-Splunk-Forwarders-each-logging-quot-ERROR-DiskMon/m-p/146156#M29779</guid>
      <dc:creator>USPSSplunkSuppo</dc:creator>
      <dc:date>2015-08-13T17:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why are our Splunk Forwarders each logging "ERROR DiskMon - None such on disk: /opt/splunkforwarder/var/run/splunk/dispatch" 144 times a day?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-our-Splunk-Forwarders-each-logging-quot-ERROR-DiskMon/m-p/146157#M29780</link>
      <description>&lt;P&gt;What you are seeing in 6.2 - 6.2.6 is a known issue, SPL-109387 where both UF and LWF will log this benign error every 10 minutes.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ERROR DiskMon - None such on disk: .../splunkforwarder/var/run/splunk/dispatch
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is related when the app .../splunkforwarder/etc/apps/introspection_generator_addon has been enabled and information relating to disk object partitions is attempted to be retrieved.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Below are 3 different workarounds:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Option 1:&lt;/STRONG&gt;&lt;BR /&gt;
Edit ../splunkforwarder/etc/system/local/server.conf and add the following entry:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[introspection:generator:disk_objects__partitions]
disabled = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Option 2:&lt;/STRONG&gt;&lt;BR /&gt;
In ../splunkforwarder/etc/log.cfg  (requires restart), &lt;BR /&gt;
    Increase the logging level of category.DiskMon=INFO to &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;category.DiskMon=CRIT
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Option 3:&lt;/STRONG&gt;&lt;BR /&gt;
    3) create on that UF/LWF an empty directory called... /splunkforwarder/var/run/splunk/dispatch&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:54:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-our-Splunk-Forwarders-each-logging-quot-ERROR-DiskMon/m-p/146157#M29780</guid>
      <dc:creator>Ellen</dc:creator>
      <dc:date>2020-09-29T07:54:36Z</dc:date>
    </item>
  </channel>
</rss>

