elastic / kibana

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

[SLOs] Synthetics availability SLI is broken on serverless #196548

Open shahzad31 opened 1 week ago

shahzad31 commented 1 week ago

Summary

On serverless, the event.ingested field is not set on the synthetics data. Therefore, the SLI cannot work there since we hardcode this field in the indicator transform.

Team is looking into re-enabling the ingest pipeline on serverless: https://github.com/elastic/integrations/issues/11491 Once this is fixed, synthetics SLI will work again.

Image

elasticmachine commented 1 week ago

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)

kdelemme commented 2 days ago

That's because this SLI uses event.ingested as the timestamp field, but on serverless, the ingest pipeline was disabled/removed. Here's an issue to reenable it: https://github.com/elastic/integrations/issues/11491