Splunk Enterprise

What is Best Practice to move data from one indexer to another

SplunkySplunk
Explorer

Hello
I have an on prem indexer which i want to shot down and move all his context to another indexer is Azure
What is the best practice for that ?

Thanks

Labels (2)
Tags (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @SplunkySplunk,

as you can find in https://docs.splunk.com/Documentation/Splunk/9.0.0/Indexer/Moveanindex#:~:text=You%20can%20move%20th....

the steps are the following:

  • install on Azure the same version of your on-premise Splunk,
  • copy all the apps in the new enviuronment, with special attention to the ones containing indexes.conf files,
  • with a down Splunk (in both systems) copy the content of your SPLUNK_DB folder (containing indexes) in the relative folder in Azure,
  • restart Splunk on Azure.

If you have Linux both on on-premise and Azure, you could also copy the entire Splunk folder, so in this way you copy all the configurations.

If you have Windows, you have to install the new machine anche copy two folders:

  • $SPLUNK_HOME\etc
  • the $SPLUNK_DB folder

One final hint, if possible, avoid Windows OS for production systems.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...