Hello,
I have all-in-one Splunk instance with data already indexed. Now I want to add new Indexer (not-clustered, clean installation). I would like to move part of indexed data to new Indexer (to have cca the same amount of data on both instances). My idea of process is:
Would it work or I missed something?
Thank you for help.
Best regards
Lukas Mecir
You can just set up a cluster with SF=RF=1 (mind you, that will not give you any redundancy) and have CM rebalance the buckets.
Hidden bonus - you don't have to manually track configs across indexers.
Thank you for hint, sounds interesting, I will try. Redundancy is not desired in this case, so its no problem.
Hi @lukasmecir ,
don't copy part of buckets, but divide your indexes between the two Indexers to have more or less the same amount od data, moving the entire Indexes, not part of them.
Remeber to add the same indexes.conf to the New Indexer.
Ciao.
Giuseppe
Hi,
thank you for reply. I understand what you mean, but my intended goal is not only to have the same amount of data on both instances, but have the same amount of data on both instances per index - to share load between instances when data in one index will be searched. I see I did not mention this in original post, I am sorry for that, my fault.
Hi @lukasmecir ,
I'm not sure that copying a part of buckets, an index will continue to correctly run: in theory it should do, but I'd prefer the approach I described.
Also because, in this way, you separate data to have more or less the same amunt of data in both the Indexers, and then the new data will be distributed between them.
You could try, waiting to delete copied buckets from the first Indexer after a test completion.
Ciao.
Giuseppe
Hi,
I tried my process:
Everything seems OK now, I let it running for some time and check again.
Yep, good point, thank you.
Hi @lukasmecir ,
good for you, see next time!
let us know if we can help you more, or, please, accept one answer for the other people of Community.
Ciao and happy splunking
Giuseppe
P.S.: Karma Points are appreciated by all the contributors 😉