Monitoring Console Flashcards

1
Q

Where can the MC be installed on?

A
  • 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)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In which files does health checks live?

A

checklist.conf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

List two fields that a health check require to work properly

A

severity_level

title

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which basic field needs to be renamed to make the health check work?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Can a Universal Forwarder be directly monitored with the MC?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In order to make the MC fully working in a distributed deployment, which important step needs to be done on all non-indexer systems?

A

Forward internal logs to the indexer tier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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).

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a cluster label?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does the MC recognizes if the role is ‘Deployment Server’?

A

It recognizes it if the MC finds a serverclass.conf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Forwarder monitoring does not work through API, which indexes are searched by Splunk to analyze forwarder?

A

_introspection and _internal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

From which data sources is the MC pulling to populate its dashboards?

A

MC utilizes REST for snapshots and event data for historical searches.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How does the MC recognizes if a system is an indexer?

A

If the system is indexing locally

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does the MC recognizes if a system is a Search Head?

A

By checking if distsearch.conf does contain search peers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How does the MC recognizes if a system is a deployer?

A

If apps are located in /etc/shcluster

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

List the pre-defined MC roles

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you identify that a node was misconfigured in the monitoring console?

A

Check the search.log for the string “optimized out” or review the MC Settings -> General Setup and check if all components are visible and if they have the correct server role assigned.

17
Q

What are the built-in MC cluster roles?

A

1) dmc_indexerclustergroup_

  • All member of an indexer cluster (CM and indexers)
  • If a label is provided, it will be displayed instead of the GUID of the CM

2) dmc_searchheadclustergroup_
- All members of a search head cluster
- If a label is provided, it will be displayed instead of the GUID of the SHC

18
Q

What are the three pieces of information needed for a custom MC server group?

A
  • Name of the server group
  • List of servers
  • Default state (true or false)

Example:
[distributedSearch: NYC]
default = false
servers = 192.168.1.1:8089, 192.168.1.2:8089

19
Q

Who is able to access the Monitoring Console?

A

The MC is only visible to users with an administrative role

20
Q

What is the REST endpoint to view server roles?

A

rest /services/server/info

21
Q

How are roles for Splunk instances determined?

A

An instance is queried for a list of its current roles. The MC focuses searches/dashboards based upon ITS OWN VERSION of the instance’s “role”

22
Q

Where should the Monitoring Console never be set on?

A

1) Production Search Heads
2) SHC members
3) Indexers
4) Deployment server with more than 50 clients
5) Deployer sharing with CM