Anand Bajpai
Anand Bajpai

Reputation: 357

Link kibana Dashboard to "Discover"

I want to achieve a solution where

  1. I have one dashboard ( a Data table )
  2. If the user clicks on any particular row, It can redirect him "Discover" with same filter showing related documents

I did not find such any documents. Please see if anyone can give me a hand on this

Upvotes: 7

Views: 1692

Answers (1)

Andrei Tserakhau
Andrei Tserakhau

Reputation: 750

The query actually stored in URL: enter image description here

So simply go to discover page and past _q query from dashboard to it: enter image description here

Upvotes: 5

Related Questions