Binding different visualizations on specific fields. Make it possible for multi index correlations. #23739
Labels
enhancement
New value added to drive a business result
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Describe the feature:
Make it possible for Kibana to bind different visualizations.
For example the McAfee ESM implementation:
"Binding dashboard widgets links the data between those widgets. Then, when you change data in a parent widget, the data in the bound widget also changes, creating an interactive view. For example, if you bind a widget to a source IP address and then choose a specific IP address in the parent widget, the bound widget filters its data by that IP address. Changing the selection in the parent widget refreshes the child widget's data."
Describe a specific use case for the feature:
Make it possible for use of different indexes for example fw-logs, proxy and DHCP.
When you are building dashboards you can visualize computers in a separate visualization that bind to a different index. Now you have to enrich the current index for displaying that information.
Thus make it possible to search for events in example fw-logs and display the computer name from a different index containing DHCP logs (binding on src_ip) with a different search in the fw-logs.
The text was updated successfully, but these errors were encountered: