What syntax would a user specify to search for the prod tag associated with the host field and webserver value?
What is the relationship between data models and pivots?
When is a GET workflow action needed?
Which of the following statements describe calculated fields? (select all that apply)
What fields does the transaction command add to the raw events? (select all that apply)
Which command can include both an over and a by clause to divide results into sub-groupings?
Data models are composed of one or more of which of the following datasets? (select all that apply)
Which of the following does not describe how to create an event type?
Which of the following statements best describes a macro?
How could the following syntax for the chart command be rewritten to remove the OTHER category? (select all that apply)

Which field will be used to populate the field if the productName and product:d fields have values for a given event?
| eval productINFO=coalesco(productName,productid)
The Field Extractor (FX) is used to extract a custom field. A report can be created using this custom field. The created report can then be shared with other people in the organization. If another person in the organization runs the shared report and no results are returned, why might this be? (select all that apply)
What does the fillnull command replace null values with, it the value argument is not specified?
What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)
By default search results are not returned in ________ order.
Which of the following definitions describes a macro named "samplemacro" that accepts two arguments?
Which of these stats commands will show the total bytes for each unique combination of page and server?
Which group of users would most likely use pivots?
When creating a data model, which root dataset requires at least one constraint?
Which of the following statements describe the Common Information Model (CIM)? (select all that apply)
Which of the following statements describes the use of the Field Extractor (FX)?
When creating a search workflow action, what character(s) are used as a placeholder for field values in the search string?
Which of the following searches can be used to define an event type?
By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?
Splunk alerts can be based on search that run______. (Select all that apply.)
Where are the descriptions of the data models that come with the Splunk Common Information Model (CIM) Add-on documented?
Clicking a SEGMENT on a chart, ________.
How are event types different from saved reports?
What do events in a transaction have In common?
Which statement is true?
Which of the following examples would use a POST workflow action?
Given the following eval statement:
...| eval fieldl - if(isnotnull(fieldl),fieldl,0), field2 = if(isnull
Which of the following is the equivalent using f ilinull?
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")
Select this in the fields sidebar to automatically pipe you search results to the rare command
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?
Information needed to create a GET workflow action includes which of the following? (select all that apply.)
Which of the following statements describe the search below? (select all that apply)
Index=main I transaction clientip host maxspan=30s maxpause=5s
What is needed to define a calculated field?
In this search, __________ will appear on the y-axis. SEARCH: sourcetype=access_combined status!=200 | chart count over host
During the validation step of the Field Extractor workflow:
Select your answer.
What will you learn from the results of the following search?
sourcetype=cisco_esa | transaction mid, dcid, icid | timechart avg(duration)
Which of the following statements describes POST workflow actions?
To create a tag, which of the following conditions must be met by the user?
These kinds of charts represent a series in a single bar with multiple sections
Which of the following definitions describes a macro named “samplemacro” that accepts two arguments?
What are the expected search results from executing the following SPL command?
index=network NOT StatusCode=200
When extracting fields, we may choose to use our own regular expressions
Which of the following statements describe the search string below?
| datamodel Application_State All_Application_State search
Which of the following is the correct way to use the data model command to search field in the data model within the web dataset?
When using the transaction command, what does the argument maxspan do?
When using transaction, what is the default maximum span between events?
This clause is used to group the output of a stats command by a specific name.
Which of the following statements describe data model acceleration? (select all that apply)
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?
Which of the following statements describes POST workflow actions?
Which of the following is included with the Splunk Common Information Model (CIM) Add-on?
Which of the following are required to create a POST workflow action?
Field aliases are used to __________ data
Which statement is true?
Which of the following statements about data models and pivot are true? (select all that apply)
Which search string would only return results for an event type called success ful_purchases?
A calculated field may be based on which of the following?
Which of the following statements is true about the root dataset of a data model?
When using timechart, how many fields can be listed after a by clause?
To identify all of the contributing events within a transaction that contains at least one REJECT event, which syntax is correct?
Which of the following describes the I transaction command?
Which knowledge object is used to normalize field names to comply with the Splunk Common Information Model (CIM)?
Which type of workflow action sends field values to an external resource (e.g. a ticketing system)?
What is a limitation of searches generated by workflow actions?
Based on the macro definition shown below, what is the correct way to execute the macro in a search string?

What is the correct way to name a macro with two arguments?
What is the correct format for naming a macro with multiple arguments?
Which of the following is a function of the Splunk Common Information Model (CIM)?
Which of the following describes this search?
New Search
'third_party_outages(EMEA,-24h)'
Which search would limit an "alert" tag to the "host" field?
There are several ways to access the field extractor. Which option automatically identifies data type, source type, and sample event?
Which of the following expressions could be used to create a calculated field called gigabytes?
This function of the stats command allows you to return the sample standard deviation of a field.
Which of the following statements about calculated fields in Splunk is true?
Which of the following searches will return events contains a tag name Privileged?
Which of the following describes the Splunk Common Information Model (CIM) add-on?
Which of the following is included with the Common Information Model (CIM) add-on?
A POST workflow action will pass which types of arguments to an external website?
What approach is recommended when using the Splunk Common Information Model (CIM) add-on to normalize data?
Which workflow uses field values to perform a secondary search?
It is mandatory for the lookup file to have this for an automatic lookup to work.
The gauge command:
In most large Splunk environments, what is the most efficient command that can be used to group events by fields/
What does the fillnull command replace null values with, if the value argument is not specified?
Which of the following searches would return a report of sales by product-name?
What type of command is eval?