Hello,
I am trying to setup the new 6.2 Distributed Management Console to cover all nodes of a testing cluster, but i can't figure out how to add nodes when they are not automatically discovered by Splunk.
I have a testing cluster with 3 peer nodes, 3 search heads in sh clustering mode and 1 deployment server:
All non peers nodes (master, heads and deployment) are setup to forward data without locally indexing, according to Splunk good practices:
http://docs.splunk.com/Documentation/Splunk/6.2.0/Indexer/Forwardmasterdata
As you can see, every data of every nodes are available within the cluster data:
In the master node Distributed Management Console, i will always only see the master node and peer nodes available:
I have read the Distributed Management console:
http://docs.splunk.com/Documentation/Splunk/6.2.0/Admin/ConfiguretheMonitoringConsole
I understood the Distributed console cannot be set in a search head which part of an sh cluster, this is not the case here as the distributed console is configured in the master node (one of recommended scenarios)
I have tried manually adding missing nodes in the assets/lookup table "splunk_management_console/lookups/assets.csv" without much success, hosts becomes visible but are not accessible.
What i am missing ?
Thanks !
Nodes to be monitored from the Distributed Management Console must added as peers in the Distributed config interface:
Settings / Distributed search
Or they won't be available within the DMC
Quote from your docs links: "Add each search head, deployment server, license master, and standalone indexer as a distributed search peer to the instance hosting the distributed management console."
Perfectly right 🙂
In front of me but it didn't saw it... or understood it !
Thanks again.
Nodes to be monitored from the Distributed Management Console must added as peers in the Distributed config interface:
Settings / Distributed search
Or they won't be available within the DMC
Are your search heads distributed search peers of the DMC instance?
All right !!!
With the help of your comment, i understood what i have missed, you need to configure the distributed search by adding each peers your want to monitor in the DMC 🙂 Going in "Settings/Distributed Search" and adding each node to be monitored.
I think maybe the doc should mention this explicitely.
Thanks you