splunk / splunk-3D-graph-network-topology-viz

Plot relationships between objects with force directed graph based on ThreeJS/WebGL.
https://splunkbase.splunk.com/app/4611/
19 stars 6 forks source link

Drill down onNodeClick #6

Closed pdrieger closed 4 years ago

pdrieger commented 4 years ago

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.

edro15 commented 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.

Screenshot 2020-05-06 at 12 30 22

In this way, when clicking on a node, your token "nodeid" will have that node id as value.

Screenshot 2020-05-06 at 12 41 45