Knowledge Management

My backfill script refuses to start, another backfill is already running

yannK
Splunk Employee
Splunk Employee

I am trying to do a summary backfill for the searches of my app, and it's failing.
It complains that an other backfill is still running ,but they are none (checked the processes)

"An instance of fill_summary_index is already running for app=myapp"

Tags (2)
0 Karma
1 Solution

yannK
Splunk Employee
Splunk Employee

The problem was a lock files in my app.
Probably created by the previous run of the backfill that crashes.

I went to my app, and delete the file
$SPLUNK_HOME/etc/apps/myapp/log/fsidx*.log

Then I was able to run my backfill.

View solution in original post

yannK
Splunk Employee
Splunk Employee

The problem was a lock files in my app.
Probably created by the previous run of the backfill that crashes.

I went to my app, and delete the file
$SPLUNK_HOME/etc/apps/myapp/log/fsidx*.log

Then I was able to run my backfill.

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...