Deployment Architecture

What do we need to back-up in a multi-site cluster?

danielbb
Motivator

We have a multi-site cluster with four indexers on each site and replication factor is at 2. When we back it up, is it enough to back-up one site?

Tags (2)
0 Karma

kgderrekchapin
Path Finder

Are you backing up for resiliency or for data retention purposes?
What is your site replication factor?

to give you a real quick rundown on site replication. the site specific settings in the [clustering] stanza are:
site_replication_factor = origin:2,total:3
site_search_factor = origin:1,total:2

Origin means how many copies to keep on the originating site. the difference in the total specifies how many copies to keep on other sites.
Only focusing on the replication factor here is an example from above would be the following
Site 1: 2 copies
Site 2: 1 copy

For additional settings and information on replication strategies take a look here.
https://docs.splunk.com/Documentation/Splunk/7.3.2/Indexer/Sitereplicationfactor

If your repfactor doesn't' have the origin and total specified you are likely not replicating across sites.

-Derrek

danielbb
Motivator

The back-up is for resiliency - to be able to restore the data. The site replication factor - I need to check...

0 Karma

kgderrekchapin
Path Finder

I think once you have Site replication confirmed you should be good with a single site backup.

But please keep this in mind.

Any data not sync'd across the lines or in transit will be lost if the non backup site died or the connectivity was cut.

If you feel this answer was sufficient please take moment and accept it.

Take care,
Derrek

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...