Splunk Search

multisite replication factor

tvernick
Engager

I have another site I want to add with 2 indexers and 1 search, same setup as site1.
I want to have copies across both clusters so if my original 2 indexers go down, I want the second site to have all data.
Would this work?

site_replication_factor = origin:2,total:4
site_search_factor = origin:1,total:2

Tags (1)
0 Karma

gfreitas
Builder

Yes, with this conf you will have copy of data on each of your Indexers.
To make sure you have a searchable copy of data on both sites you can change your site_search_factor to:

site_search_factor = origin:1, site1:1,site2:1

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...