I would like to be able to do the same sort of thing. Replicate data within a cluster only for some indexes.
So some indexes get copies only within sites, and some between sites. I am hoping this may have changed since the post.
There is a indexes.conf parameter that allow you to specify the number of replicated copies, but not where.
this is repFactor . An example is below.
[npac_misc]
coldPath = $SPLUNK_DB/npac_misc/colddb
homePath = $SPLUNK_DB/npac_misc/db
thawedPath = $SPLUNK_DB/npac_misc/thaweddb
repFactor = auto
... View more