Francesco Fagnani
Francesco Fagnani
While working on [this PR](https://github.com/elastic/kibana/pull/221515) I noticed an issue when trying to bulk update saved objects overriding the current space for the operation.
This issue closes #197923. A new switch has been added when creating a monitor status rule to get alerts on pending monitors: Getting alerts on no data video: https://github.com/user-attachments/assets/f353251d-bae9-4c34-971b-74b777cb5400 Switching...
This PR closes [this issue](https://github.com/elastic/observability-dev/issues/4565). While working on it I identified a problem with the collection of the TTFMP metric in Synthetics. Currently, the `onPageReady` method is invoked only on...
It closes https://github.com/elastic/streams-program/issues/687. ### Summary Adds the AI connector selector button to multiple locations in the Streams app where AI-powered features are used, providing a consistent way for users to...
It closes https://github.com/elastic/kibana/issues/240900. Added conflicts: 'proceed' to the `deleteByQuery`. This tells Elasticsearch to skip documents with version conflicts and continue deleting the rest, which is appropriate for cleanup operations.