What is the function of a lookup?
Allows you to add values to your events not included in the indexed data
Are lookup fields case sensitive?
Yes
How do you start a new lookup i.e. which menus
Settings, Lookups, Add New
What is the purpose of ‘Automatic Lookup’
It means you don’t have to ‘define’ a lookup in your search, you can use predefined search
Give an example of a manual lookup
Sourcetype=access_combined NOT status=200 | lookup http_status as status, OUTPUT code as “HTTP Code”, description as “HTTP Descritpion”
Given an example of an automatic lookup for the same as the last quesetion
Sourcetype=access_combined NOT status=200 | table host, “Code’, “Description”