Monitoring Console Flashcards
Where can the MC be installed on?
- Dedicaded SH which is not a member of the cluster
- Deployer
- License master
- Cluster master (only if there are less than 30 indexes, 10 indexer or less than 100k buckets)
- Deployment server (only if less than 50 deployment clients)
In which files does health checks live?
checklist.conf
List two fields that a health check require to work properly
severity_level
title
Which basic field needs to be renamed to make the health check work?
All fields which contain a host (e.g. host or splunk_server) needs to be renamed to instance (e.g. | rename splunk_server as instance) to make them work in the Monitoring Console.
Can a Universal Forwarder be directly monitored with the MC?
No, the Universal Forwarder API only has limited options, therefore the MC can not pull data from it.
Instead, the MC uses the internal log files which the Universal Forwarder forwards to the Indexer tier
Heavy Forwarder can be fully monitored since the API has no limitations.
In order to make the MC fully working in a distributed deployment, which important step needs to be done on all non-indexer systems?
Forward internal logs to the indexer tier
Which step is required to make the MC see all the attached Splunk components? (this question does not focus on forwarding the internal log files).
You must add each instance that you want to monitor to the monitoring console as a search peer, regardless of the server role.
Exception:
Indexers that are part of an indexer cluster (only the CM is added as search peer)
What is a cluster label?
It is an optional flag which can be set for each cluster (SHC or IDXC). The idea behind it is to group cluster and give them a name, e.g SHC_Berlin.
It is highly recommended to do that, the MC also recognizes then which instances are associated and groups them together.
How does the MC recognizes if the role is ‘Deployment Server’?
It recognizes it if the MC finds a serverclass.conf
Forwarder monitoring does not work through API, which indexes are searched by Splunk to analyze forwarder?
_introspection and _internal
From which data sources is the MC pulling to populate its dashboards?
MC utilizes REST for snapshots and event data for historical searches.
How does the MC recognizes if a system is an indexer?
If the system is indexing locally
How does the MC recognizes if a system is a Search Head?
By checking if distsearch.conf does contain search peers
How does the MC recognizes if a system is a deployer?
If apps are located in /etc/shcluster
List the pre-defined MC roles
- dmc_group_cluster_master: any CMs in the environment
- dmc_group_deployment_server: deployment server
- dmc_group_indexer: any full instance not having an outputs.conf
- dmc_group_kv_store: hosts, typically SH, running KV store
- dmc_group_license_master: any full instance with “self” as the license master
- dmc_group_search_head: any host that is peered to another
- dmc_group_shc_deployer: any SHC deployers in the environment