elastic / kibana

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

[OneDiscover][Extension] DataTable Cell Actions #186576

Open kertal opened 1 week ago

kertal commented 1 week ago

đź““ Summary:

By default, Discover today offers three cell actions: Filter for, Filter out, and Copy value.

Bildschirmfoto 2024-06-21 um 09 43 29

Discover's contextual awareness framework should provide an extension point allowing to register additional cell actions. Currently, it’s extensible via the Cell Actions registry (https://github.com/elastic/kibana/pull/157201), and this needs to be kept to stay compatible with security solutions. However, the aim should be to have a holistic solution on the long run.

It should be possible to register additional cell actions:

Those cell actions should should have access to the value of the cell, to the displayed in the row document, the query including time range that provided the document as part of the result.

This should enable the following potential use cases in the Logs Context on data table cell level:

✔️Acceptance criteria:

elasticmachine commented 1 week ago

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)