Splunk Search

CEF Field Parsing

riqbal47010
Path Finder

I am not seeing extracted field against below query.

index=fireeye | eval {flexString2Label} = flexString2

below are crossponding values in CEF format
flexString2Label = subjcect

flexString2 = "a test message"

Please advise that what I a missing

Labels (1)
Tags (2)
0 Karma
1 Solution

to4kawa
Ultra Champion
| makeresults 
| eval flexString2Label = "subject",flexString2 = "a test message" 
| eval {flexString2Label} = flexString2

this is OK.
maybe, flexString2Label OR flexString2 field does not extracted.

View solution in original post

0 Karma

to4kawa
Ultra Champion
| makeresults 
| eval flexString2Label = "subject",flexString2 = "a test message" 
| eval {flexString2Label} = flexString2

this is OK.
maybe, flexString2Label OR flexString2 field does not extracted.

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...