Hello,
I have a scheduled report, which is used to fill a summary index.
Now the thing is, that the search is inefficient. In normal cases, this is no issue, but when a day was skipped for ingestion and the next day therefore indexes two days of event data at once, the report for the summary index will crash and there will be a gap in the summary index.
To avoid data gaps, I configured the search to be durable
This is the configuration regarding the time constraints of the search:
This is the configuration for the durable search (Backfill method is multiple, as it is recommended for searches with transforming commands)
To test, if data gaps of the summary index are recovered automatically, I stopped the dataflow of for the event index for 5 days and then indexed all the data at once, knowing, that this will lead the scheduled report to crash.
Unfortunately, the durable search did not recover the data gap of the summary index. From the 5 days only a few hours were indexed into the summary index. Does someone have an idea why this is so?
Thanks and best regards