Module 8 Creating and Managing Fields Flashcards
what are the field extractor (FX) methods?
Regex
Delimeter
what three options can you use to get to the field extractor?
- Settings
- Fields sidebar
- Event actions
Prior to search time what fields are stored with the event in the index?
Metafields such as host, source and sourcetype
internal fields as _time and _raw
True or False
In addition to the auto-extracted fields you can extract your own fields
True
When would you use the Regex field extraction option?
-when you events contains unstructured data
FX attempts to extract fields using Regex to match simliar events
When would you use the delimiter field extraction option
- structured data like a csv file
- data doesn’t have headers and is separated by delimiters
extraction names are provided by default, can these be changed?
yes
if you manually edit the the regular expression can you then edit in the Field Extractor UI
No