elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.58k stars 8.09k forks source link

[SLO] Force smaller backfill window on serverless #188428

Open kdelemme opened 1 month ago

kdelemme commented 1 month ago

Summary

Related incident: https://elastic.slack.com/archives/C07BPA84NMA/p1721130693708489

Trying to create an SLO on serverless with a 30d (or 7d) backfill window can cause a lot of burden on the cluster, and make it unavailable for a while. Also, the SLO might not be successfully created due to timeout.

On serverless, we should not attempt to backfill data for more than a day. The option to prevent backfill can still be used, and will override the 1d limit.

Nothing should change on stateful.

Acceptance criteria

kdelemme commented 1 month ago

On hold