Splunk Search

Help creating backfill script

mwdbhyat
Builder

Hi there,

Can someone help me create my backfill script? I am creating a new summary index that runs every 10min with a time range of -15m@m to -5m@m, however when I first start using this I would like the previous 12weeks worth of data to be in it as well.. Could anyone help with scripting this (noob). Does this script have to be run by an admin from the cli?

Thanks

0 Karma
1 Solution

skoelpin
SplunkTrust
SplunkTrust

You will need to run the backfill command on the indexer as root/admin under the /bin folder

Try this

./splunk cmd python fill_summary_index.py -app YOUR_APP -name "SI_Populator" -et -12w@w -lt now -dedup true

Replace the following
YOUR_AAPP will need to be the name of the app your using.. It's most likely the search app
SI_Populator is the name of your populating search

The -dedup true means that it will not backfill data that's already summarized

You need to also make sure that the permissions of your populating search are not set to private

View solution in original post

0 Karma

skoelpin
SplunkTrust
SplunkTrust

You will need to run the backfill command on the indexer as root/admin under the /bin folder

Try this

./splunk cmd python fill_summary_index.py -app YOUR_APP -name "SI_Populator" -et -12w@w -lt now -dedup true

Replace the following
YOUR_AAPP will need to be the name of the app your using.. It's most likely the search app
SI_Populator is the name of your populating search

The -dedup true means that it will not backfill data that's already summarized

You need to also make sure that the permissions of your populating search are not set to private

0 Karma

mwdbhyat
Builder

Thanks for this! Could you please explain what the -et -1t mean ?

0 Karma

skoelpin
SplunkTrust
SplunkTrust

The -et and -lt are parameters which specify the time window it should backfill. et stands for earliest time which is 12 weeks ago on the week and -lt is latest time which is now

If this answered your question, can you please accept/like it?

0 Karma

mwdbhyat
Builder

Awesome, thanks for the help!

0 Karma
Get Updates on the Splunk Community!

.conf25 Registration is OPEN!

Ready. Set. Splunk! Your favorite Splunk user event is back and better than ever. Get ready for more technical ...

Detecting Cross-Channel Fraud with Splunk

This article is the final installment in our three-part series exploring fraud detection techniques using ...

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...