Search Head Clustering Flashcards

1
Q

What are the architecture benefits of Search Head Clustering?

A

Allows for horizontal scaling, High Availability.

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

What is the main role of the Deployer?

A

Deployer only manages configurations. THe Captain does the bulk of the work

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

Can the Deployer be a member of the Search Head Cluster

A

No

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

How many members must a search head cluster contan to meet which requirements?

A

At least three members

or the replication factor of instances if more than 3.

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

How do you initialize the cluster?

A

./splunk init shcluster-config -auth UN:PW -management_uri LOCALAddress:8089 -replication_port 9991 -replication_factor 5 conf_deploy_fetch_url deployer:8089 -secret 12345 -shcluster_label
Restart Splunk

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

In a search head cluster, what is replicated?

A

Cluster replicated runtime knowledge Objects

- Saved searches, Lookup tables, Dashboards

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

In a search head cluster, what is Deployed ?

A

Use the Deployer to push apps and other non-runtime configs to members.

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

Should the search heads index their own data?

A

No, forward to the indexer layer

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

What is the Role of a Captain?

A

The captain is a cluster member, performs normal search activities

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

When does captain election happen?

A

The current captain fails or restarts
networking errors causing 1+ members to get cut from the SHC
The current captain steps down after detecting a majority of members have stopped participating in the cluster

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

How is a Captain elected?

A

A majority vote of all the members

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

What protocol does captaincy voting use?

A

The RAFT protocol

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