Hi Everyone,
I want to override EVAL statement exist in Splunkbase TA but don't want to modify in splunkbase TA. So I create custom TA and put same EVAL statement+extra category which I want to extract but it is not working. Can anybody please help me how I can do that.
Splunkbase TA config
/opt/splunk/etc/apps/TA-microsoft/default/props.conf EVAL-internal_message_id = case(category IN ("Events1", "Events2"),'properties.MessageId')
Custom TA config
/opt/splunk/etc/apps/A-csc_cyber_genric_sh_Splunk_TA/default/props.conf EVAL-internal_message_id = case(category IN ("Events1","Events2","Events3"),'properties.MessageId')
Thanks in Advance
... View more