Hello,
I add the same pb as you.
There are missing cef fields in the choices proposed by the app.
I found the following solution :
to add a custom cef field, open up cef_inventory.csv file in the splunk_app_cef/lookups directory
first line describe the line format (cef_key,splunk_key,full_name,friendly_name,data_type,length,meaning,location,cef_value_type,required_related_field,required_field)
you can test by duplicating a line and modifying it.
first columm is your cef field name
second one is the splunk name (it looks like the app will try to match if the name in the data model contains this splunk name)
after editing the file, just reloading the editing url should be enough to make it appears
there are also comments associated to the fileds in the file which are useful.(they don't seem to appear in the web form)
hope that helps
... View more