Getting Data In

Rename an index

smudge797
Path Finder

Is it possible to rename an index in the same way sourcetype and source can be renamed with props and transforms.

0 Karma

inventsekar
SplunkTrust
SplunkTrust

from a similar post - You can't really rename an index, but you can create a new index with the name you want (via indexes.conf/GUI) and move the data from the old index to the new index.

You would need to stop Splunk, then move the $SPLUNK_DB/ directory to $SPLUNK_DB/ and then start Splunk. That should be all you'd need to do to get the data in the new index. Keep in mind any searches that reference the other index will need to be changed.

http://docs.splunk.com/Documentation/Splunk/6.1.4/Indexer/Moveanindex

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !
0 Karma

javiergn
Super Champion

Assuming your data is not cooked yet (it hasn't gone through a Heavy Forwarder already for instance) you can do this in your indexer or in a heavy forwarder:

transforms.conf

[renameindex]
REGEX = .
DEST_KEY = _MetaData:Index
FORMAT = newindexname

props.conf

 [sourcetype, host or source stanza]
 TRANSFORMS-index = renameindex

See this: http://docs.splunk.com/Documentation/Splunk/6.6.1/Admin/Transformsconf#KEYS:

0 Karma
Get Updates on the Splunk Community!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...