Getting Data In

Can I migrate indexes into a volume reference?

ephemeric
Contributor

Hi,

Forgive me if this is a dumb question... can I move an index(s) into a volume reference?
Index paths will remain the same as we want to limit total size via "maxVolumeDataSizeMB".
Will the index name(s) be created in "coldToFrozenDir"?

I have an index(s) in indexes.conf (SPLUNK_DB=/media/data/splunk):

[sonicwall]
coldPath = $SPLUNK_DB/sonicwall/colddb
homePath = $SPLUNK_DB/sonicwall/db
thawedPath = $SPLUNK_DB/sonicwall/thawedd

[index n]
...

I wish for new indexes.conf to be:

coldToFrozenDir = /media/archive

[volume:san]
path = /media/data/splunk
maxVolumeDataSizeMB = 2000000

[sonicwall]
coldPath = volume:san/sonicwall/colddb
homePath = volume:san/sonicwall/db
thawedPath = $SPLUNK_DB/sonicwall/thaweddb

[index n]
...

Thank you.

0 Karma

jkat54
SplunkTrust
SplunkTrust

Yes you can "migrate" like this. Usually good to backup your data before playing though 😉

The index names will only show up in coldToFrozenDir when a bucket roles to frozen (I believe, but could be wrong).

0 Karma

somesoni2
Revered Legend

You should be fine.

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...