Hi, I have adjusted one of the FWs to be CIM compline. I have 2 type of action parameters:
one called "Action" that contains 100% of the values.
one called "action" that contains 3% of the values.
I created a query in the calculated fields that should translate all the values in the Action field to the strings allowed and blocked as supposed to be in the Network Traffic Data Model. Link: https://docs.splunk.com/Documentation/CIM/5.1.1/User/NetworkTraffic The query is: case(like('Action',"%alert%"),"allowed",like('Action',"%allow%"),"allowed",like('Action',"%drop%"),"blocked",like('Action',"%reset-both%"),"blocked",like('Action',"%block-url%"),"blocked",like('Action',"%deny%"),"blocked")
It works when I query this in the SPL command line however is not works when it rans as a calculated field. Does Someone familiar with this issue? I will really appreciate your help 🙂
... View more