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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...