I am in a situation where we have a PROD and DR index cluster in seperate data centers.
Recently our prod index cluster has moved to an entirely new data center, The old data center will be decomissioned soon as well
So i need to enable splunkweb on one of our DR indexers so it can act as a SH and continue indexing.
I am not too worried about performance as search will just be needed on the rare occasion.
If anyone could advise will regular migration steps work?
- copy old prod SH config (apps/users/) to indexer directory
- enable splunkweb
One prod index cluster
-5 indexers
-2 clustered SH
-1 master(for cluster HA)
One DR index cluster
-4 indexers
-1 master
A Cluster Master is always a SH, although recommendation is not to use it as one
If you need only occasional/light use of it you could 'get away' with using the CM.
Obviously, this is not a recommendation for prod, but in a pinch...
Copy your apps/users as you have said, but you might want to disable any scheduled searches that run in your apps if you are just using it for ad-hoc searching
A Cluster Master is always a SH, although recommendation is not to use it as one
If you need only occasional/light use of it you could 'get away' with using the CM.
Obviously, this is not a recommendation for prod, but in a pinch...
Copy your apps/users as you have said, but you might want to disable any scheduled searches that run in your apps if you are just using it for ad-hoc searching
Hmm, that might be a last ditch option a bit leery using the cluster master since it was a very minimal VM resource wise.
Actually i found a couple of VM's i may just end up using, splunk support replied and said using a indexer as a SH in a cluster is not supported anymore.