Which of the following Regex operators can most severely impact performance, and
may be considered "greedy"?
. (period)
* (asterisk)
\ (backslash)
+ (plus sign) - Answer- * (asterisk)
True or False: If you manually edit the regular expression in the Field Extractor Utility
then you will not be able to go back to validate the results. - Answer- True
True or False. Fields can be extracted only after indexing is complete. - Answer- False
There are three ways to get to the Field Extractor (FX). Select all that apply.
Settings menu
Event Actions menu
Auto-Extract Fields Workflow
Fields sidebar - Answer- Settings menu
Event Actions menu
fields sidebar
Which of the following character delimiters are supported for a delimited field
extraction?
tab
space
pipe
comma - Answer- tab
space
pipe
comma
Which of the following statements are true about a Regex "capture"?
Allows the Regex to be case insensitive
Can be referenced with a given name using: ?<name>
Captures a matching pattern
Defined with a matching parantheses: () - Answer- Can be referenced with a given
name using: ?<name>
Captures a matching pattern
Defined with a matching parantheses: ()
Which of the following strings match this Regular Expression: c.t
c#t
c.t
cat
, c99t - Answer- c#t
c.t
cat
When using regex for field extraction, what's the first thing you have to do in the Field
Extractor?
Set the Extractions Name and set permissions
Provide a Field Name
Select a value to extract
Edit the regular expression - Answer- Select a value to extract
Use this field extraction method when fields are separated by spaces, commas, or
characters.
rename field extractions
delimited field extractions
regex field extractions - Answer- delimited field extractions
Which workflow actions require you to specify if the behavior should open in a new
window or current window? Select all that apply.
PUT
POST
Search
GET - Answer- POST, GET
Select all knowledge objects.
lookups
workflow actions
users
field aliases - Answer- lookups, workflow actions, field aliases
When adding arguments to a macro, include the number of arguments in_____
Parentheses before the macro name
Parentheses after the macro name
Using the pipe function
Dollar signs with the search definition - Answer- Parentheses after the macro name
Which function is used to send field values externally in Workflow Actions?
PUT
Search
POST
GET - Answer- POST, GET
If you have a tag label called "homeoffice" associated with the field/value pair
system_ip=<your ip address>, when you run a search using the tag=homeoffice
constraint, what events will be returned?
field lookup table