When using the Field Extractor (FX) to perform a field extraction, which delimiter can be used?
A field alias is created where field1—fieid2 and the Overwrite Field Values checkbox is selected.
What happens if an event only contains values for fieid1?
The eval command allows you to do which of the following? (Choose all that apply.)
In the following eval statement, what is the value of description if the status is 503? index=main | eval description=case(status==200, "OK", status==404, "Not found", status==500, "Internal Server Error")
A POST workflow action will pass which types of arguments to an external website?
Which of the following commands will show the maximum bytes?
Which of the following searches would create a graph similar to the one below?

When should the delimiter method be used in the Field Extractor?
Which of the following statements describe calculated fields? (select all that apply)
A macro has another macro nested within it, and this inner macro requires an argument. How can the user pass this argument into the SPL?
Which of the following is true about data sets used in the Pivot tool?
Which of the following expressions could be used to create a calculated field called gigabytes?
Use this command to use lookup fields in a search and see the lookup fields in the field sidebar.
When creating a POST workflow action, what can a user define as the POST arguments?
This function of the stats command allows you to identify the number of values a field has.
A user wants a table that will show the total revenue made for each product in each sales region. Which would be the correct SPL query to use?
Which of the following options should a user add to a search to limit transactions to a five minute time window?
Which knowledge Object does the Splunk Common Information Model (CIM) use to normalize data. in addition to field aliases, event types, and tags?
Which of the following describes this search?
New Search
'third_party_outages(EMEA,-24h)'
What syntax would a user specify to search for the prod tag associated with the host field and webserver value?
Given the following eval statement:
... | eval field1 = if(isnotnull(field1),field1,0), field2 = if(isnull(field2), "NO-VALUE", field2)
Which of the following is the equivalent using fillnull?
Which of the following statements describes POST workflow actions?
What functionality does the Splunk Common Information Model (CIM) rely on to normalize fields with different names?
Which SPL query will group results that occur within 15 seconds of each other by user and host?
When does the CIM add-on apply preconfigured data models to the data?
What does the fillnull command do in this search?
index=main sourcetype=http:log | fillnull value="Unknown"
When you mouse over and click to add a search term this (thesE. Boolean operator(s) is(arE. not implied. (Select all that apply).
If a search returns ____________ it can be viewed as a chart.
The timechart command buckets data in time intervals depending on:
Which of the following searches can be used to define an event type?
Which of the following searches will show the number of categoryld used by each host?
The transaction command allows you to __________ events across multiple sources
When a search is executed, what must occur before field aliases can be assigned?
When using timechart, how many fields can be listed after a by clause?
Which of the following searches will return events containing a tag named Privileged?
These users can create global knowledge objects. (Select all that apply.)
In which Settings section are macros defined?
Which type of workflow action sends field values to an external resource (e.g. a ticketing system)?
Which of the following commands connects an additional table of data directly to the right side of the existing table?
A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?
The limit attribute will___________.
To which of the following can a field alias be applied?
Which of the following is a function of the Splunk Common Information Model (CIM)?
which of the following are valid options with the chart command
What fields does the transaction command add to the raw events? (select all that apply)
Highlighted search terms indicate _________ search results in Splunk.
What are the expected results for a search that contains the command | where A=B?
Which of the following knowledge objects represents the output of an eval expression?
This is what Splunk uses to categorize the data that is being indexed.
When would transaction be used instead of stats?
Which of the following data models are included in the Splunk Common Information Model (CIM) add-on? (select all that apply)
Which of the following statements describes an event type?
Which function should you use with the transaction command to set the maximum total time between the earliest and latest events returned?
When performing a regex field extraction with the Field Extractor (FX), a data type must be chosen before a sample event can be selected. Which of the following data types are supported?
Which of the following statements describe the Common Information Model (CIM)? (select all that apply)
Given the following eval statement:
...| eval fieldl - if(isnotnull(fieldl),fieldl,0), field2 = if(isnull < field2 > , "NO-VALUE", fieid2)
Which of the following is the equivalent using f ilinull?
Where are the descriptions of the data models that come with the Splunk Common Information Model (CIM) Add-on documented?
When multiple event types with different color values are assigned to the same event, what determines the color displayed for the events?
Which of the following eval command function is valid?
How many ways are there to access the Field Extractor Utility?
Eric creates a category Products dataset. Which of the following is true about the All Customer Interactions dataset?
All Customer Interactions
CONSTRAINTS
Category Products
index=web sourcetype=...
categoryId="STRATEGY"
Which option of the transaction command would be used to specify the maximum time between events in a transaction?
By default search results are not returned in ________ order.
What is a benefit of installing the Splunk Common Information Model (CIM) add-on?
Where are the results of eval commands stored?
Which of the following searches can be saved as an event type?
Which of the following statements best describes the search string below?
| datamodel Application_State search
What is the relationship between data models and pivots?
What type of command is eval?
Which tool uses data models to generate reports and dashboard panels without using SPL?
What happens to the original field name when a field alias is created?
Two separate results tables are being combined using the join command. The outer table has the following values:
The inner table has the following values:

The line of SPL used to join the tables is: join employeeNumber type=outer
How many rows are returned in the new table?
The macro weekly_sales (2) contains the search string:
index—games I eval Product Sales = $price$ $AmountS01d$
Which of the following will return results?
Which of the following statements about tags is true? (select all that apply.)
What is the correct way to name a macro with two arguments?
Which workflow action method can be used the action type is set to link?
When using the Field Extractor (FX), which of the following delimiters will work? (select all that apply)
When creating a search workflow action, what character(s) are used as a placeholder for field values in the search string?
Which are valid ways to create an event type? (select all that apply)
Which of the following search control will not re-rerun the search? (Select all that apply.)
When performing a regular expression (regex) field extraction using the Field Extractor (FX), what happens when the require option is used?
These allow you to categorize events based on search terms.
Select your answer.
When a search returns __________, you can view the results as a list.
What is the correct syntax to search for a tag associated with a value on a specific fields?
This clause is used to group the output of a stats command by a specific name.
How is a variable for a macro defined?
Consider the the following search run over a time range of last 7 days:
index=web sourcetype=access_conbined | timechart avg(bytes) by product_nane
Which option is used to change the default time span so that results are grouped into 12 hour intervals?
What are the expected search results from executing the following SPL command?
index=network NOT StatusCode=200
Which of the following is included with the Splunk Common Information Model (CIM) Add-on?
For the following search, which field populates the x-axis?
index=security sourcetype=linux secure | timechart count by action
To create a tag, which of the following conditions must be met by the user?
Which of the following statements about tags is true?
Which of the following statements describes calculated fields?