Currently I am having a Splunk Indexer with multiple Indexes and a Search Head.
I would like to have one or two indexes to be available in two splunk indexer and data should be available to access from Search Head from both Indexer.
Thanks
Hi @RAVISHANKAR ,
the best approach is to create an Indexer Cluster that automatically replicate indexes between Indexers, but it requests an additional machine as Cluster Manager, in this way you have HA on your data and you don't pay twice the indexed logs.
Otherwise, you could forward logs to the two Indexers: in this way you pay twice the logs and you don't have HA, but you don't need an additional machine.
Ciao.
Giuseppe
That's something you normally achieve by deploying an indexer cluster.
There is a possibility to migrate a standalone indexer to a clustered setup but it requires some careful planning and is usually best done with help from Professional Services or your friendly local experienced Splunk Partner to work out all the architectural details and plan the whole process.