Kibana table question

Hi there. I have a dashboard with some tables like this.

My idea is to set an URL on each of these entries that redirects to the "Discover" tab with the filter applied, for example, click on "ET POLICY TEAMVIEWER DYNGATE USER-AGENT" and redirect to the discover page showing the logs with filter "ET POLICY TEAMVIEWER DYNGATE USER-AGENT" applied.

There are two possible ways I'd try to approach this:

  1. Using index pattern string formatters, you could format a field as an URL and inside the URL template have a URL to Discover (with filters in query params) String field formatters | Kibana Guide [7.12] | Elastic
  2. Try using URL drill-down Create custom dashboard actions | Kibana Guide [master] | Elastic (also see for this one Subscriptions | Elastic Stack Products & Support | Elastic)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.