Kevin Lacabane
Kevin Lacabane
### Summary After upgrading a cloud deployment from 8.0.1 to 8.1.0 this error can be found in metricbeat logs. ``` Failed to connect to backoff(elasticsearch(http://containerhost:9244)): Connection marked as failed because...
### Summary https://github.com/elastic/integrations/pull/4255 surfaced wrong mappings for the pending_tasks metricset. We should also fix the wrong mapping in [.monitoring-es-8-mb](https://github.com/elastic/elasticsearch/blob/main/x-pack/plugin/core/src/main/resources/monitoring-es-mb.json#L220)
### Summary Add missing `logstash.node.stats.pipelines.queue.capacity` ([sample event](https://github.com/elastic/integrations/blob/main/packages/logstash/data_stream/node_stats/sample_event.json#L141-L146)) mapping ``` "queue": { "capacity": { "max_queue_size_in_bytes": 1073741824, "max_unread_events": 0, "page_capacity_in_bytes": 67108864, "queue_size_in_bytes": 132880 } } ``` ```[tasklist] ### Tasks - [ ]...
## Summary Closes https://github.com/elastic/kibana/issues/181286 Create a AlertDetailsContextService in `observability` plugin. The service can be used by solutions to register data handler fetching information relevant to an alert context which is...
Adding documentation on entity definition internals. This might become outdated quickly but still good to have around