Splunk Enterprise

Is it possible to fill automatically a chart radar from a lookup?

jip31
Motivator

hi

I would like to know if it is possible to display automatically a chart radar from a lookup?

radar.csv is the result of a scheduled search

there is 3 fields in this csv : "sig_app" which correspond to the radar "key" field, sig_cat which correspond to the radar "axis" field and count which correspond to the radar "value" field

is it possible to do this or not? 

thanks

 

| inputlookup radar.csv 
| eval sig_app=key
| eval sig_cat=axis
| eval count=value 
| eval key="Actions", AAA=.37, BBB=8.64, CCC=2.56, DDD=1.68, EEE=4.992
| untable key,"axis","value" 
| eval keyColor="magenta"

 

Labels (3)
0 Karma
1 Solution

somesoni2
Revered Legend

Try like this

 

| inputlookup radar.csv 
| rename sig_app as key, sig_cat as axis, count as value 
| eval keyColor="magenta"

View solution in original post

0 Karma

somesoni2
Revered Legend

Try like this

 

| inputlookup radar.csv 
| rename sig_app as key, sig_cat as axis, count as value 
| eval keyColor="magenta"
0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...