Splunk Dev

How to add different icons for each one in the flow map.

Anud
Path Finder

 

| makeresults format=csv data="QUE_NAM,FINAL,QUE_DEP
S_FOO,MQ SUCCESS,
S_FOO,CONN FAILED,
S_FOO,MEND FAIL,
S_FOO,,3" 
| stats sum(eval(if(FINAL=="MQ SUCCESS", 1, 0))) as good sum(eval(if(FINAL=="CONN FAILED", 1, 0))) as error sum(eval(if(FINAL=="MEND FAIL", 1, 0))) as warn avg(QUE_DEP) as label by QUE_NAM 
| rename QUE_NAM as to 
| eval from="internal", label="Avg: ".label." Good: ".good." Warn: ".warn." Error: ".error 
| append 
    [| makeresults format=csv data="queue_name,current_depth
    BAR_Q,1
    BAZ_R,2" 
    | bin _time span=10m 
    | stats avg(current_depth) as label by queue_name 
    | rename queue_name as to 
    | eval from="external", label="Avg: ".label 
    | appendpipe 
        [ stats values(to) as from 
        | mvexpand from 
        | eval to="internal" ]]

How to add different icons for each one in the flow map viz.
Please help me on that.

Thanks in advance. 

Labels (1)
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...