All Apps and Add-ons

Is there more detailed information about how the CEF field mapping works?

gvhees
Explorer

Is there more detailed information about how the CEF field mapping works?
I've tried the cef_field_map statement in the realtimeoutput.conf, but that doesn't work and the dragndrop in the gui also does not map any fields.

The only thing that seems to work is to use the eval statement in the search to create fields that match the original cef field names. Then the Real-Time Output app will output them.

Is there anyone who has some experience or who has a manual?

Cheers,
Ger

1 Solution

bkilroe
Engager

I managed to get it working by looking at the python scripts. You need to use cef_field_map rather than cef_override_map. I did a test using splunk's web_access.log see below

index=_internal source="*web_access.log" | eval cef_field_map="host:dvchost,source:fname,spent:cn1,useragent:cs1,user:duser,status:cn2,clientip:dvc,method:cs2,bytes:cn3"

I would upload screen shots, but the web site is not allowing me to as apparently I don't have sufficient karma 🙂

View solution in original post

mlulmer
Explorer

Ger,
Here is where you can find the (lastest) revision 20 of the "Implementing ArcSight CEF" document. Implementing ArcSight CEF.pdf
You may need to register with ArcSight to view.

Mark

0 Karma

bkilroe
Engager

I managed to get it working by looking at the python scripts. You need to use cef_field_map rather than cef_override_map. I did a test using splunk's web_access.log see below

index=_internal source="*web_access.log" | eval cef_field_map="host:dvchost,source:fname,spent:cn1,useragent:cs1,user:duser,status:cn2,clientip:dvc,method:cs2,bytes:cn3"

I would upload screen shots, but the web site is not allowing me to as apparently I don't have sufficient karma 🙂

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...