Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binding different visualizations on specific fields. Make it possible for multi index correlations. #23739

Closed
fyodorr opened this issue Oct 3, 2018 · 3 comments
Labels
enhancement New value added to drive a business result Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@fyodorr
Copy link

fyodorr commented Oct 3, 2018

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.

@jbudz jbudz added the Team:Visualizations Visualization editors, elastic-charts and infrastructure label Oct 10, 2018
@bhavyarm bhavyarm added the enhancement New value added to drive a business result label Oct 10, 2018
@bhavyarm
Copy link
Contributor

pinging @elastic/kibana-app

@fyodorr
Copy link
Author

fyodorr commented Apr 16, 2019

Add some information

Index-Firewall

src:10.0.0.1
dst:1.2.3.4
threatintel_d:"Bad domain"

Index-DHCP

src:10.0.0.1
src_name:Computer01
src_mac:00:00:00..

Search: Index-* for threatintel_d:*

Result:10.0.0.1

Visualization-1 Kibana
Index-Firewall
src: 10.0.0.1

Visualization-2 Kibana
Index-DHCP
src: 10.0.0.1 (from results of search, binding on Index-Firewall and field src)
src_name:Computer01

Now we have to enrich all the firewall logs with computer names to get that information. It would give a quick win if you could bind visualizations to field from a search.

@timroes
Copy link
Contributor

timroes commented Apr 16, 2019

This will in the future be possible due to Kibana Actions. I'll close this in favor of #32371 (which might have other issues around that linked).

@timroes timroes closed this as completed Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

4 participants