Steps of implementation MC at indexer cluster deployment infrastructure. 1-connect the Monitoring console to Cluster Master as a search head. 2-Forward all component internal logs to indexer (SH,LM,DS,CM) note: DS internal logs are stored locally and forwarded via selective forwarding 3-Set search head cluster and indexer cluster labels (normally configured when u established indexer cluster) 4- Add all instances as search peers (SH,LM,DS,CM) except indexers which are member of clusters. 5-Set up the monitoring console in distributed mode as bellow Log into the instance on which you want to configure the monitoring console. The instance by default is in standalone mode, unconfigured. In Splunk Web, select Monitoring Console > Settings > General Setup. Click Distributed mode. Confirm the following: The columns labeled instance and machine are populated correctly and show unique values within each column. The server roles are correct. For example, a search head that is also a license manager must have both server roles listed. If not, click Edit > Edit Server Roles and select the correct server roles for the instance. If you are using indexer clustering, make sure the cluster manager instance is set to the cluster manager server role. If not, click Edit > Edit Server Roles and select the correct server role. If you are hosting the monitoring console on an instance other than the cluster manager, you must add the cluster manager instance as a search peer and configure the monitoring console instance as a search head in that cluster. See Enable a search head in Managing Indexers and Clusters of Indexers. To monitor a multisite indexer cluster, you must configure the monitoring console as a multisite search head. See Configure the search heads in Managing Indexers and Clusters of Indexers. Make sure anything marked as an indexer is actually an indexer. (Optional) Set custom groups. Custom groups are tags that map directly to distributed search groups. You might find groups useful, for example, if you have multisite indexer clustering in which each group can consist of the indexers in one location, or if you have an indexer cluster plus standalone peers. Custom groups are allowed to overlap. For example, one indexer can belong to multiple groups. See Create distributed search groups in the Distributed Search manual. Click Apply Changes. the above section configuration at the screenshot shared with the comment don't use the bellow configuration : Edit the splunk_monitoring_console_assets.conf file in etc/apps/splunk_monitoring_console/local. Under the settings stanza, set mc_auto_config to enable, as shown: [settings] mc_auto_config = enabled
... View more