Deployment Architecture

How to backup Splunk configuration at /opt/splunk/etc on CentOS to prevent losing my settings for a reinstall?

cebo_myeza
Path Finder

My server runs CentOS as an operating system. I want to uninstall Splunk software and reinstall it again without losing my settings. How can I backup my Splunk configuration files at /opt/splunk/etc in CentOS server.

Please help. Thank You

0 Karma

woodcock
Esteemed Legend

Like this:

tar czvf /opt/splunk.tgz $SPLUNK_HOME/etc/

Then later:

tar xvf /opt/splunk.tgz
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...