-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
Describe the bug:
User has selected different data view from the Data View Picker on Hosts page and on clicking inspect icon of Trend/ Graphs the inspect pop-up opens up and user is seeing old index pattern. The index pattern for session table is also not updated as per selected data view.
Kibana/Elasticsearch Stack version:
VERSION: 9.2.0
BUILD: 89623
COMMIT: 7b216a97c1154cac2ccce0da0097784c0d6700ad
Browser and Browser OS versions:
Google Chrome Version 139.0.7258.128 (Official Build) (64-bit)
Steps to reproduce:
1.Kibana 9.2.0 Snapshot must be running.
2.The Data View Picker feature should be enabled.
3.Beats should be installed and alerts should be triggered.
4.Navigate to Explore > Hosts, default Data view displayed in the Data View Picker.
5.Click on the Data View picker and Select another data view, say packetbeat.
6.Click on the Inspect icon of any graph (Hosts, Source, Destination), the inspect pop-up opens up.
7.Observe the index pattern of graph (Hosts, Source, Destination) is not updated as selected Data view.
8.Switch to Session tab and click on inspect icon of session table.
9.Observe Index pattern of session table is not updated as per selected data view.
Current behavior:
Index pattern is not updating for Graphs/ trends (Hosts, Source, Destination) and session table as per selected Data view on Hosts page.
Expected behavior:
The updated index pattern as per selected Data view should display on the inspect pop-up of Graphs/ trend and Session table.
Screenshots/ screen recording: