All Apps and Add-ons

Drilldown feature - Flow Map

rijutha
Explorer

Hi,

The flow map viz does not seem to support drilldown out of the box. Does anybody know if there is a way around it?

0 Karma
1 Solution

chrisyounger
SplunkTrust
SplunkTrust

Hi @rijutha
I am adding limited support for drilldowns very soon, but in the meantime you can go into the formatter options and "Enable HTML labels", then add something like this to the end of your query:

|eval label = "<a href='/search/search?q=whatever' target='blank'>My node</a>"

I hope you are familiar with HTML 🙂

Also, when you click nodes, some tokens will automatically be set. Hit F12 to open your browser developer tools, then click a node. Messages will be printed to the "Console" saying what tokens are set.

Hope this helps. Thanks for using my addon

View solution in original post

0 Karma

chrisyounger
SplunkTrust
SplunkTrust

Hi @rijutha
I am adding limited support for drilldowns very soon, but in the meantime you can go into the formatter options and "Enable HTML labels", then add something like this to the end of your query:

|eval label = "<a href='/search/search?q=whatever' target='blank'>My node</a>"

I hope you are familiar with HTML 🙂

Also, when you click nodes, some tokens will automatically be set. Hit F12 to open your browser developer tools, then click a node. Messages will be printed to the "Console" saying what tokens are set.

Hope this helps. Thanks for using my addon

0 Karma

t183194
Explorer

Looking forward to drilldown functionality being added 🙂 Awesome app!

0 Karma

t183194
Explorer

A drilldown that fired when clicking on a link would be really useful (as in Daniel Spavin's Network Diagram Viz app where it tokenizes the from & to nodes)

0 Karma

chrisyounger
SplunkTrust
SplunkTrust

Just a quick followup, I have released version 1.4.3 which now sets tokens when clicking on links.
All the best,Chris

0 Karma
Get Updates on the Splunk Community!

Simplifying the Analyst Experience with Finding-based Detections

    Splunk invites you to an engaging Tech Talk focused on streamlining security operations with ...

[Puzzles] Solve, Learn, Repeat: Word Search

This challenge was first posted on Slack #puzzles channelThis puzzle is based on a letter grid containing ...

[Puzzles] Solve, Learn, Repeat: Advent of Code - Day 4

Advent of CodeIn order to participate in these challenges, you will need to register with the Advent of Code ...