Splunk Enterprise

How can I tell how many copies of unique warm buckets are replicated across my indexers cluster?

ytenenbaum_splu
Splunk Employee
Splunk Employee

As part of setting up an indexer cluster, you specify the number of copies of data that you want the cluster to maintain. How can I tell how many copies of unique warm buckets were actually replicated across the indexers cluster?

0 Karma
1 Solution

ytenenbaum_splu
Splunk Employee
Splunk Employee

Use this search:

| dbinspect index=* splunk_server=idx*
| search state=warm
| stats count, list(splunk_server) by bucketId

Credit to Guilhem Marchand and Ivan Canes

View solution in original post

ytenenbaum_splu
Splunk Employee
Splunk Employee

Use this search:

| dbinspect index=* splunk_server=idx*
| search state=warm
| stats count, list(splunk_server) by bucketId

Credit to Guilhem Marchand and Ivan Canes

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...