Sandra G
Sandra G
### Summary The Stack Monitoring-supported integration packages ([elasticsearch](https://www.elastic.co/blog/an-introduction-to-the-elastic-data-stream-naming-scheme), [kibana](https://github.com/elastic/integrations/tree/main/packages/kibana/), [logstash](https://github.com/elastic/integrations/tree/main/packages/logstash/)) are currently in an experimental state. While Stack Monitoring added support to read from the datastreams created by these integrations...
We should probably replace this popover with the new flyout For some reason the tooltip is different than the waffle version in that it has no metrics. Not sure if...
If I remove `kubernetes.namespace` from the partition field, it is still sent as the partition field name to the api. Is this behaviour correct? Does not occur for Host ml...
Currently if an API request fails this message is returned: The above error occurred from `/api/metrics/snapshot` after a 503 ES request failed due to exceeding `max_buckets`. This same error looks...
Building on https://github.com/elastic/kibana/pull/96871, use `handleEsError` in response handlers for those that query ES. [Example](https://github.com/elastic/kibana/pull/96871/files#diff-4a5adfe91d4dec88f3c1b4cb1508140c96ff12227a32329ee322cfaa95e8fccbR52-R65). This makes our error messaging more friendly in the UI when an ES query fails during...
Extending https://github.com/elastic/kibana/pull/96871, move the toast from `useHttpRequest` to `useTrackedPromise` so it shows up whenever a request fails. We should retain the option to pass in a type of toast (eg....
If for some reason an ML job isn't created correctly or the user deletes the job, no anomalies will show up in the Anomaly Flyout. Errors are caught but not...
If I have a `memory` anomaly and open the timeline, it appears. If I switch the dropdown to "CPU", the anomaly coloring stays. We don't have anomalies for CPU so...
If the user tries to enable Hosts or K8s jobs and no corresponding index exists they will receive this error: We should either improve the error so they understand why...