diff --git a/x-pack/solutions/observability/plugins/slo/server/services/management/clean_up_temp_summary.ts b/x-pack/solutions/observability/plugins/slo/server/services/management/clean_up_temp_summary.ts index a07e3a6e8f517..8774ec5db256b 100644 --- a/x-pack/solutions/observability/plugins/slo/server/services/management/clean_up_temp_summary.ts +++ b/x-pack/solutions/observability/plugins/slo/server/services/management/clean_up_temp_summary.ts @@ -124,7 +124,7 @@ export class CleanUpTempSummary { this.logger.info(`Deleting ${buckets.length} duplicate temporary documents`); await this.esClient.deleteByQuery( { - index: SUMMARY_DESTINATION_INDEX_PATTERN, + index: SUMMARY_TEMP_INDEX_NAME, wait_for_completion: false, body: { query: {