Splunk Search

Case with a multivalue field in calculated field not working

wealot
Explorer

For CIM compliance I am trying to fill the action field from some logs using a case. This works in search but not in the calculated field, I see some others had similar issues but there has not been an answer on here. I am on Cloud so cannot directly change the confs, but calculated fields so far have been working fine.

Simple case statements that do not have multivalue fields with objects (e.g. category instead of entitis{}.remediationStatus) work as expected in calculated fields.

The events have a similar setup like this:

{"entities": [{"name": "somename"}, {"name": "other naem", "remediationStatus": "Prevented"}]}

 

Search (WORKS):

 

eval action=case('entities{}.remediationStatus'=="Prevented", "blocked", 'entities{}.deliveryAction'=="Blocked", "blocked", 'entities{}.deliveryAction'=="DeliveredAsSpam", "blocked", true(), "allowed")

 

Calculated field (Doesn't WORK):

action=case('entities{}.remediationStatus'=="Prevented", "blocked", 'entities{}.deliveryAction'=="Blocked", "blocked", 'entities{}.deliveryAction'=="DeliveredAsSpam", "blocked", true(), "allowed")
Labels (2)
0 Karma
1 Solution

wealot
Explorer

It seems I made a mistake and kept the action= in the calculated field, which is why it didn't work.

Next to that while testing more it is important to wait for the test searches to time out of the caching or to change the searches.

View solution in original post

0 Karma

wealot
Explorer

It seems I made a mistake and kept the action= in the calculated field, which is why it didn't work.

Next to that while testing more it is important to wait for the test searches to time out of the caching or to change the searches.

0 Karma
Get Updates on the Splunk Community!

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

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...