Splunk Enterprise Security

Splunk Enterprise Security: Why are the colored icons missing from the urgency field when manually setting urgency with eval?

miront
Explorer

I want to combine multiple notable events into a single search so I am using this: eval urgency=case(infection_count<=1, "Low", infection_count>1 AND infection_count<=5, "Medium", infection_count>5 AND infection_count<=10, "High") to manually set urgency. When I do this, the Red/Yellow/Green/Blue icons that typically accompany the urgency are missing. In the attached screenshot you will see one that has the yellow icon. This was achieved by manually setting the urgency via the dropdown on the incident review dashboard. The rest are missing. Any ideas?

alt text

dflodstrom
Builder

To solve this issue I used the lower case values in my eval. So in your case try: eval urgency=case(infection_count<=1, "low", infection_count>1 AND infection_count<=5, "medium", infection_count>5 AND infection_count<=10, "high")

0 Karma

smoir_splunk
Splunk Employee
Splunk Employee

@miront, are there any console log errors?

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...