Getting Data In

Promoting new source from test index

davidbann
Explorer

I'm adding a new input (UNC directory) and due to previous lessons learned, I took from best practice and sent events to a sandbox index while I fine tuned source types etc. Now I'm happy with the config and want to move the input to my "Production" index.

Other than modifying the source config to point to the new index, what do I need to do to have all the existing files reindexed to the new index? Previous attempts have only sent new events to the new index, Splunk seems to be avoiding duplicates, even across two indexes.

There is existing data in the new index that I don;t want to disturb, the sandbox index can be blown away if that matters.

Tags (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Splunk does not avoid duplicates, but it does avoid re-reading file data it's already read (a fine distinction). To force Splunk to re-index the files, you'll need to erase the "bookmarks" for those files. Use the btprobe command for that. Splunk must be stopped before running btprobe.

splunk stop
splunk btprobe -d $SPLUNK_HOME/var/lib/splunk/fishbucket/splunk_private_db --file <filename> --reset 
splunk start
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...