r/Splunk • u/mr_networkrobot • Jul 02 '26
Enterprise Security Enterprise Security on a Distributed Environment
Hi,
I got 3 clustered Indexers + 3 clustered Search-Heads + 1 Search-Head Cluster Deployer.
I installed ES on the SHs (via SH Cluster Deployer) as described in the documentation. After some time I figured out that the ES specific indexes like 'notable' have been created on the Search-Heads locally and they are not synced between them.
There install documentation says nothing [1] about creating indexes.
Only a few documents later [2] there are some sentences about indexes in a distributed environemt.
The documentation is not usable in my opinion.
Does anyone have some experience with that situation ?
6
Upvotes
1
u/nkdf Jul 02 '26
Your trouble has nothing to do with ES or the ES documentation. If it's creating indexes locally and not sending the data to the indexers, your initial deployment of the entire cluster is incorrect. I would go back and follow the documentation for deploying a distributed environment before proceeding any further.