Book Image

Implementing Splunk (Update)

Book Image

Implementing Splunk (Update)

Overview of this book

Table of Contents (20 chapters)
Implementing Splunk Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Planning redundancy


The term redundancy can mean different things, depending on your concern. Splunk has features to help with some of these concerns, but not others. In a nutshell, up to and including Version 4.3, Splunk is excellent at making sure that data is captured but in the earlier versions, it provided no tangible mechanism for reliably replicating data across multiple indexers. Starting with Splunk version 5, Splunk added data replication features that can eliminate most of these concerns. Let's take a quick look at the topic now.

The replication factor

When setting up a Splunk indexer cluster, you stipulate the number of copies of data that you want the cluster to maintain. Peer nodes store incoming data in buckets, and the cluster maintains multiple copies of each bucket. The cluster stores each bucket copy on a separate peer node. The number of copies of each bucket (that the cluster maintains) is known as the Splunk replication factor.

Let's try to explain this concept (of the...