<?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 Monitoring Console configuration problem||Indexers (which part of indexer cluster) does appear at MC||mc_auto_config in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Monitoring-Console-configuration-problem-Indexers-which-part-of/m-p/761638#M11145</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;"I am writing this thread to summarize the Monitoring Console (MC) configuration and highlight the non-obvious nuances within the configurations and troubleshooting/error sections."&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;H2&gt;Steps for Implementing the Monitoring Console (MC) in an Indexer Cluster Infrastructure&lt;/H2&gt;&lt;H3&gt;1. Connect the Monitoring Console to the Cluster Manager&lt;/H3&gt;&lt;P&gt;Configure the Monitoring Console as a search head and connect it to the Cluster Manager (formerly Cluster Master).&amp;nbsp; // if&amp;nbsp; not configured the indexers doesn't shown at MC dashboard&lt;/P&gt;&lt;P&gt;[clustering]&lt;/P&gt;&lt;P&gt;manager_uri = &lt;A href="https://Manager-URI:8089" target="_blank" rel="noopener"&gt;https://Manager-URI:8089&lt;/A&gt;&lt;/P&gt;&lt;P&gt;mode = searchhead&lt;/P&gt;&lt;P&gt;pass4SymmKey = whatever&lt;/P&gt;&lt;H3&gt;2. Forward Internal Logs to the Indexers&lt;/H3&gt;&lt;P&gt;Ensure all component internal logs (_internal and _introspection) are forwarded to the indexer cluster from all roles (Search Heads, License Masters, Deployment Servers, and Cluster Managers).&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Deployment Server (DS) internal logs are stored locally and must be forwarded to the indexers using selective forwarding configuration.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;[indexAndForward]&lt;BR /&gt;# Strictly disables local indexing on this host&lt;BR /&gt;index = false&lt;/P&gt;&lt;P&gt;[tcpout]&lt;BR /&gt;defaultGroup = static_indexer_cluster&lt;/P&gt;&lt;P&gt;[tcpout:static_indexer_cluster]&lt;BR /&gt;server = &amp;lt;indexer_01_ip&amp;gt;:9997, &amp;lt;indexer_02_ip&amp;gt;:9997, &amp;lt;indexer_03_ip&amp;gt;:9997&lt;/P&gt;&lt;P&gt;for DS:&lt;/P&gt;&lt;P&gt;[indexAndForward]&lt;BR /&gt;index = true&lt;BR /&gt;selectiveIndexing = true&lt;/P&gt;&lt;P&gt;[tcpout]&lt;BR /&gt;# Prevents automatic untargeted forwarding of every input&lt;BR /&gt;defaultGroup = none&lt;/P&gt;&lt;P&gt;[tcpout:static_indexer_cluster]&lt;BR /&gt;server = &amp;lt;indexer_01_ip&amp;gt;:9997, &amp;lt;indexer_02_ip&amp;gt;:9997, &amp;lt;indexer_03_ip&amp;gt;:9997&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;3. Set Search Head Cluster and Indexer Cluster Labels&lt;/H3&gt;&lt;P&gt;Verify and apply distinct cluster labels for both your Search Head Clusters (SHC) and Indexer Clusters. &lt;I&gt;(Note: These are typically defined during the initial cluster initialization).&lt;/I&gt;&lt;/P&gt;&lt;H3&gt;4. Add All Component Instances as Search Peers&lt;/H3&gt;&lt;P&gt;Add all non-indexer instances (Search Heads, License Masters, Deployment Servers, and Cluster Managers) to the Monitoring Console as search peers. &lt;STRONG&gt;Do not&lt;/STRONG&gt; manually add individual indexers that are already members of the managed indexer cluster, as they are discovered automatically via the Cluster Manager.&lt;/P&gt;&lt;P&gt;from settings&amp;gt;Distributed search&lt;/P&gt;&lt;P&gt;search peer and then add them&lt;/P&gt;&lt;H3&gt;5. Configure the Monitoring Console in Distributed Mode&lt;/H3&gt;&lt;P&gt;Set up and enable the Monitoring Console in distributed mode as outlined below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;from settings&amp;gt;Monitoring console&lt;/P&gt;&lt;P&gt;settings&amp;gt;general settings&lt;/P&gt;&lt;P&gt;ensure each machine has its role.&lt;/P&gt;&lt;P&gt;the search head roles are search head and KV store.&lt;/P&gt;&lt;P&gt;For more clarification about the above step look at the screenshots bellow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wohamed_wakkad_0-1781357126015.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/42219i2B32DB0B3DE0212E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wohamed_wakkad_0-1781357126015.png" alt="Wohamed_wakkad_0-1781357126015.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the final expected output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wohamed_wakkad_1-1781357233107.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/42220iD21E61865F0F8BFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wohamed_wakkad_1-1781357233107.png" alt="Wohamed_wakkad_1-1781357233107.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;finally for the bellow section review&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/15581"&gt;@kml_uvce&lt;/a&gt;&amp;nbsp; comment&lt;/P&gt;&lt;P class=""&gt;enable automatic distributed mode configuration:&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;Edit the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;splunk_monitoring_console_assets.conf&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;etc/apps/splunk_monitoring_console/local.&lt;/LI&gt;&lt;LI&gt;Under the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;settings&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;stanza, set&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;mc_auto_config&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to enable, as shown:&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;[settings]&lt;/P&gt;&lt;P&gt;mc_auto_config = enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;because when check the configuration it cause an warning :&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Invalid key in stanza [settings] in /opt/splunk/etc/apps/splunk_monitoring_console/local/splunk_monitoring_console_assets.conf, line 2: mc_auto_config (value: enabled).&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Mon, 15 Jun 2026 10:08:13 GMT</pubDate>
    <dc:creator>Wohamed_wakkad</dc:creator>
    <dc:date>2026-06-15T10:08:13Z</dc:date>
    <item>
      <title>Monitoring Console configuration problem||Indexers (which part of indexer cluster) does appear at MC||mc_auto_config</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Monitoring-Console-configuration-problem-Indexers-which-part-of/m-p/761638#M11145</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;"I am writing this thread to summarize the Monitoring Console (MC) configuration and highlight the non-obvious nuances within the configurations and troubleshooting/error sections."&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;H2&gt;Steps for Implementing the Monitoring Console (MC) in an Indexer Cluster Infrastructure&lt;/H2&gt;&lt;H3&gt;1. Connect the Monitoring Console to the Cluster Manager&lt;/H3&gt;&lt;P&gt;Configure the Monitoring Console as a search head and connect it to the Cluster Manager (formerly Cluster Master).&amp;nbsp; // if&amp;nbsp; not configured the indexers doesn't shown at MC dashboard&lt;/P&gt;&lt;P&gt;[clustering]&lt;/P&gt;&lt;P&gt;manager_uri = &lt;A href="https://Manager-URI:8089" target="_blank" rel="noopener"&gt;https://Manager-URI:8089&lt;/A&gt;&lt;/P&gt;&lt;P&gt;mode = searchhead&lt;/P&gt;&lt;P&gt;pass4SymmKey = whatever&lt;/P&gt;&lt;H3&gt;2. Forward Internal Logs to the Indexers&lt;/H3&gt;&lt;P&gt;Ensure all component internal logs (_internal and _introspection) are forwarded to the indexer cluster from all roles (Search Heads, License Masters, Deployment Servers, and Cluster Managers).&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Deployment Server (DS) internal logs are stored locally and must be forwarded to the indexers using selective forwarding configuration.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;[indexAndForward]&lt;BR /&gt;# Strictly disables local indexing on this host&lt;BR /&gt;index = false&lt;/P&gt;&lt;P&gt;[tcpout]&lt;BR /&gt;defaultGroup = static_indexer_cluster&lt;/P&gt;&lt;P&gt;[tcpout:static_indexer_cluster]&lt;BR /&gt;server = &amp;lt;indexer_01_ip&amp;gt;:9997, &amp;lt;indexer_02_ip&amp;gt;:9997, &amp;lt;indexer_03_ip&amp;gt;:9997&lt;/P&gt;&lt;P&gt;for DS:&lt;/P&gt;&lt;P&gt;[indexAndForward]&lt;BR /&gt;index = true&lt;BR /&gt;selectiveIndexing = true&lt;/P&gt;&lt;P&gt;[tcpout]&lt;BR /&gt;# Prevents automatic untargeted forwarding of every input&lt;BR /&gt;defaultGroup = none&lt;/P&gt;&lt;P&gt;[tcpout:static_indexer_cluster]&lt;BR /&gt;server = &amp;lt;indexer_01_ip&amp;gt;:9997, &amp;lt;indexer_02_ip&amp;gt;:9997, &amp;lt;indexer_03_ip&amp;gt;:9997&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;3. Set Search Head Cluster and Indexer Cluster Labels&lt;/H3&gt;&lt;P&gt;Verify and apply distinct cluster labels for both your Search Head Clusters (SHC) and Indexer Clusters. &lt;I&gt;(Note: These are typically defined during the initial cluster initialization).&lt;/I&gt;&lt;/P&gt;&lt;H3&gt;4. Add All Component Instances as Search Peers&lt;/H3&gt;&lt;P&gt;Add all non-indexer instances (Search Heads, License Masters, Deployment Servers, and Cluster Managers) to the Monitoring Console as search peers. &lt;STRONG&gt;Do not&lt;/STRONG&gt; manually add individual indexers that are already members of the managed indexer cluster, as they are discovered automatically via the Cluster Manager.&lt;/P&gt;&lt;P&gt;from settings&amp;gt;Distributed search&lt;/P&gt;&lt;P&gt;search peer and then add them&lt;/P&gt;&lt;H3&gt;5. Configure the Monitoring Console in Distributed Mode&lt;/H3&gt;&lt;P&gt;Set up and enable the Monitoring Console in distributed mode as outlined below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;from settings&amp;gt;Monitoring console&lt;/P&gt;&lt;P&gt;settings&amp;gt;general settings&lt;/P&gt;&lt;P&gt;ensure each machine has its role.&lt;/P&gt;&lt;P&gt;the search head roles are search head and KV store.&lt;/P&gt;&lt;P&gt;For more clarification about the above step look at the screenshots bellow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wohamed_wakkad_0-1781357126015.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/42219i2B32DB0B3DE0212E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wohamed_wakkad_0-1781357126015.png" alt="Wohamed_wakkad_0-1781357126015.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the final expected output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wohamed_wakkad_1-1781357233107.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/42220iD21E61865F0F8BFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wohamed_wakkad_1-1781357233107.png" alt="Wohamed_wakkad_1-1781357233107.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;finally for the bellow section review&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/15581"&gt;@kml_uvce&lt;/a&gt;&amp;nbsp; comment&lt;/P&gt;&lt;P class=""&gt;enable automatic distributed mode configuration:&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;Edit the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;splunk_monitoring_console_assets.conf&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;etc/apps/splunk_monitoring_console/local.&lt;/LI&gt;&lt;LI&gt;Under the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;settings&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;stanza, set&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;mc_auto_config&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to enable, as shown:&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;[settings]&lt;/P&gt;&lt;P&gt;mc_auto_config = enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;because when check the configuration it cause an warning :&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Invalid key in stanza [settings] in /opt/splunk/etc/apps/splunk_monitoring_console/local/splunk_monitoring_console_assets.conf, line 2: mc_auto_config (value: enabled).&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 15 Jun 2026 10:08:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Monitoring-Console-configuration-problem-Indexers-which-part-of/m-p/761638#M11145</guid>
      <dc:creator>Wohamed_wakkad</dc:creator>
      <dc:date>2026-06-15T10:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Console configuration problem||Indexers (which part of indexer cluster) does appear at MC||mc_auto_config</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Monitoring-Console-configuration-problem-Indexers-which-part-of/m-p/761655#M11146</link>
      <description>&lt;P class=""&gt;On the last item, the mc_auto_config section is actually fine as written. The value enabled is correct — it's exactly what the official docs show:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&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&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN&gt;[settings]&lt;/SPAN&gt;&lt;SPAN&gt;mc_auto_config = enabled&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;A href="https://help.splunk.com/en/splunk-enterprise/administer/monitor/10.4/configure-the-monitoring-console/configure-the-monitoring-console-in-distributed-mode" target="_blank" rel="noopener"&gt;https://help.splunk.com/en/splunk-enterprise/administer/monitor/10.4/configure-the-monitoring-console/configure-the-monitoring-console-in-distributed-mode&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;The message you're hitting —&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P class=""&gt;Invalid key in stanza [settings] … mc_auto_config (value: enabled)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;— is a conf-validation warning, not a failure. That "Invalid key in stanza" wording fires when the key isn't found in the matching .conf.spec file. In several builds mc_auto_config isn't listed in splunk_monitoring_console_assets.conf.spec, so btool/conf validation flags it cosmetically even though splunkd honors it at runtime — same class as the old python.version warning that can be safely ignored.&lt;/P&gt;&lt;P class=""&gt;So the config isn't broken. To confirm it's actually applying, don't go by the warning — check whether the MC auto-populates in distributed mode (Settings &amp;gt; General Setup, asset table). Per the docs, with mc_auto_config = enabled it takes effect on restart, or automatically every hour with no restart required.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2026 05:44:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Monitoring-Console-configuration-problem-Indexers-which-part-of/m-p/761655#M11146</guid>
      <dc:creator>kml_uvce</dc:creator>
      <dc:date>2026-06-15T05:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Console configuration problem||Indexers (which part of indexer cluster) does appear at MC||mc_auto_config</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Monitoring-Console-configuration-problem-Indexers-which-part-of/m-p/761668#M11147</link>
      <description>&lt;P&gt;thx i refer to your reply at the base topic&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2026 10:09:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Monitoring-Console-configuration-problem-Indexers-which-part-of/m-p/761668#M11147</guid>
      <dc:creator>Wohamed_wakkad</dc:creator>
      <dc:date>2026-06-15T10:09:31Z</dc:date>
    </item>
  </channel>
</rss>

