elastic / kibana

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

[graph] Selected index name is always missing in request inspector #72530

Closed lukeelmers closed 2 years ago

lukeelmers commented 4 years ago

When inspecting a request in graph, the ES endpoint is listed at the top of the request/response tabs:

Screenshot 2020-07-20 14 34 08

It seems this endpoint always displays as http://host:port//_graph/explore, however it is supposed to include an index:

https://github.com/elastic/kibana/blob/4e97bb11eb74ac5686e71970dbf8ec77afc4caa0/x-pack/plugins/graph/public/angular/templates/index.html#L18

Tested using kibana_sample_data_logs with both custom and provided workspaces, and I'm unable to get the name to display.

This isn't new -- it seems the behavior has always been this way, even back when the "last request" was available in the "settings" section. Tested on 6.8.10, 7.0.1, 7.9.0-BC1.

elasticmachine commented 4 years ago

Pinging @elastic/kibana-app (Team:KibanaApp)

elasticmachine commented 3 years ago

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

jughosta commented 2 years ago

Fixed via https://github.com/elastic/kibana/pull/106587