Closed pdrieger closed 4 years ago
Already provided by the visualization. It only requires opportune drilldown configuration in your dashboard.
Example
Considering as viz search <search> | stats count by src dest
, you can configure a token named "nodeid" as shown below.
In this way, when clicking on a node, your token "nodeid" will have that node id as value.
In order to drill down from the visulization to interact in a dashboard an added drill down behaviour would be great to set a dashboard token with the primary node information (typically the node id that was taken from the search results). Click on a node maintains the default viz behaviour but adds also the setting of a dashboard token.