elastic / kibana

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

[discover] Clicking field statistics "Explore in maps" button does not take users to maps #181900

Closed nreese closed 1 week ago

nreese commented 1 week ago

Steps

  1. install sample web logs
  2. Open discover
  3. Change data table view to field statistics by clicking "Field statistics" toggle.
  4. Click "Explore in maps" action button for field geo.coordinates.
  5. Notice how action does nothing and there are errors in console Screenshot 2024-04-26 at 11 01 57 AM

Regression caused by https://github.com/elastic/kibana/pull/138283 in 8.5.0. Action context changed from indexPatternId to dataViewSpec. This usage of context was not updated.

elasticmachine commented 1 week ago

Pinging @elastic/kibana-presentation (Team:Presentation)

elasticmachine commented 1 week ago

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