Deployment Architecture

In an indexer cluster, if one indexer goes down, will any replicated bucket not be used in search?

brdr
Contributor

We are on Splunk 6.6.2. We presently used indexer clustering. We have 2 indexers. The status of our cluster is:

  • all data is searchable
  • search factor is met
  • replication factor is met

Per Splunk recommendation we use a factor of 2 for both search and replication.

All of our rb_ buckets on disk (on both indexers) have just the rawdata directory. There are no more files in rb_ bucket directory, i.e. no metadata.

If there is no metadata found under the rb_ folders, then it is not really searchable. If 1 indexer goes down then any replicated bucket will not be used by search. Is this true?

0 Karma

skalliger
Motivator

Hi,

your my_index/db folder should have folders named db_ as well as rb_. In these bucket folders, metadata are stored in various files. It is not found in a folder like "my_index/db/metadata". There are files like bloomfilter, bucket_info.csv, Strings.data, Sources.data etc.

That's part of your metadata. And with a SF and RF of 2, you will be able to search all of your buckets when only one indexer goes down.

Skalli

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...