@Glasses Do you want to backfill summary Index ? Here you go https://docs.splunk.com/Documentation/SplunkCloud/latest/Knowledge/Managesummaryindexgapsandoverlaps#Use_the_backfill_script_to_add_other_data_or_fill_summary_index_gaps Run the fill_summary_index command from bin. Example below ./splunk cmd python fill_summary_index.py -app is_app_one -name "summary - count by user" -et -30d -lt now -j 8 -dedup true -auth admin:changeme
... View more