<?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 Splunk on Windows - Disable message about workload mgmt unsupported in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-on-Windows-Disable-message-about-workload-mgmt/m-p/683567#M19087</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Have a nice day!&lt;BR /&gt;I have several Splunk instances and often see the message below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;WorkloadsHandler [111560 TcpChannelThread] - Workload mgmt is not supported on this system.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I know that the workload feature is not supported on the windows system, and it is obviously disabled&lt;BR /&gt;How can I get rid of this annoying message in the splunkd.log?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2024 08:58:34 GMT</pubDate>
    <dc:creator>NoSpaces</dc:creator>
    <dc:date>2024-04-08T08:58:34Z</dc:date>
    <item>
      <title>Splunk on Windows - Disable message about workload mgmt unsupported</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-on-Windows-Disable-message-about-workload-mgmt/m-p/683567#M19087</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Have a nice day!&lt;BR /&gt;I have several Splunk instances and often see the message below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;WorkloadsHandler [111560 TcpChannelThread] - Workload mgmt is not supported on this system.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I know that the workload feature is not supported on the windows system, and it is obviously disabled&lt;BR /&gt;How can I get rid of this annoying message in the splunkd.log?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 08:58:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-on-Windows-Disable-message-about-workload-mgmt/m-p/683567#M19087</guid>
      <dc:creator>NoSpaces</dc:creator>
      <dc:date>2024-04-08T08:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk on Windows - Disable message about workload mgmt unsupported</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-on-Windows-Disable-message-about-workload-mgmt/m-p/684149#M19130</link>
      <description>&lt;P&gt;How did you disable the workload management? Via web, cli, or rest?&lt;/P&gt;&lt;P&gt;What is the host system producing these messages? (e.g. various indexers? Search head?) Can you then go to those hosts and then disable workload management in the CLI?&lt;/P&gt;&lt;P&gt;Ref: &lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.1/Workloads/Enableworkloadmanagement" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.1/Workloads/Enableworkloadmanagement&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2024 07:52:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-on-Windows-Disable-message-about-workload-mgmt/m-p/684149#M19130</guid>
      <dc:creator>marnall</dc:creator>
      <dc:date>2024-04-13T07:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk on Windows - Disable message about workload mgmt unsupported</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-on-Windows-Disable-message-about-workload-mgmt/m-p/684191#M19131</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253209"&gt;@NoSpaces&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can reduce the log level of WorkloadsHandler in %SPLUNK_HOME%\etc\log-local.cfg. Create the file if it does not exist and add the following:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;[splunkd]
category.WorkloadsHandler=FATAL&lt;/LI-CODE&gt;&lt;P&gt;Restart Splunk to allow the change to take effect.&lt;/P&gt;&lt;P&gt;You can temporarily change the active level on a running instance from Settings &amp;gt; Server settings &amp;gt; Server logging &amp;gt; WorkloadsHandler or using the REST API:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;curl -k -u admin https://localhost:8089/services/server/logger/WorkloadsHandler -d level=FATAL&lt;/LI-CODE&gt;&lt;P&gt;curl is shipped with all modern releases of Windows, but you can use whichever HTTP client you prefer.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 15:37:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-on-Windows-Disable-message-about-workload-mgmt/m-p/684191#M19131</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-04-14T15:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk on Windows - Disable message about workload mgmt unsupported</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-on-Windows-Disable-message-about-workload-mgmt/m-p/684349#M19140</link>
      <description>&lt;P&gt;I didn't disable workload management because I couldn't enable it&lt;BR /&gt;This feature is not supported by Windows installation&lt;BR /&gt;These messages are generated by members of IDXC, manager node and only one SHC (cluster captain)&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Apr 2024 11:34:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-on-Windows-Disable-message-about-workload-mgmt/m-p/684349#M19140</guid>
      <dc:creator>NoSpaces</dc:creator>
      <dc:date>2024-04-16T11:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk on Windows - Disable message about workload mgmt unsupported</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-on-Windows-Disable-message-about-workload-mgmt/m-p/684408#M19143</link>
      <description>&lt;P&gt;Could you try explicitly disabling workload management? Tscroggins has the instructions to do that above.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 19:16:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-on-Windows-Disable-message-about-workload-mgmt/m-p/684408#M19143</guid>
      <dc:creator>marnall</dc:creator>
      <dc:date>2024-04-16T19:16:28Z</dc:date>
    </item>
  </channel>
</rss>

