What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)
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 Splunk Common Information Model (CIM) is a collection of what type of knowledge object?
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?
A field alias has been created based on an original field. A search without any transforming commands is then executed in Smart Mode. Which field name appears in the results?
Select this in the fields sidebar to automatically pipe you search results to the rare command
For the following search, which field populates the x-axis?
index=security sourcetype=linux secure | timechart count by action
A Splunk app is configured to extract domain names in web service logs and specify them as a field named domain.
What workflow action would return an external IP lookup for the field named domain?
A POST workflow action will pass which types of arguments to an external website?
Which of the following is a function of the Splunk Common Information Model (CIM)?
Which of the following statements describe calculated fields? (select all that apply)
Which of these is NOT a field that is automatically created with the transaction command?
The eval command 'if' function requires the following three arguments (in order):
In this search, __________ will appear on the y-axis. SEARCH: sourcetype=access_combined status!=200 | chart count over host
If a calculated field has the same name as an extracted field, what happens to the extracted field?
Consider the following search:
Index=web sourcetype=access_combined
The log shows several events that share the same JSESSIONID value (SD404K289O2F151). View the events as a group. From the following list, which search groups events by JSESSIONID?
Which of the following definitions describes a macro named "samplemacro" that accepts two arguments?
Which of the following file formats can be extracted using a delimiter field extraction?
Which of the following searches show a valid use of macro? (Select all that apply)
Consider the following search:
index=web sourcetype=access_corabined
The log shows several events that share the same jsesszonid value (SD462K101O2F267). View the events as a group.
From the following list, which search groups events by jSSESSIONID?
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?
Sally created several tags for employees of Buttercup Games. She tagged each employee’s badge number with the department name and location. Which search query would Sally use to filter for employees of the Marketing department who do not work in the San_Francisco office?
What does the fillnull command do in this search?
index=main sourcetype=http:log | fillnull value="Unknown" src
Where are the descriptions of the data models that come with the Splunk Common Information Model (CIM) Add-on documented?
Which of the following statements describe the Common Information Model (CIM)? (select all that apply)
How could the following syntax for the chart command be rewritten to remove the OTHER category? (select all that apply)
Which of the following statements describes the command below (select all that apply)
Sourcetype=access_combined | transaction JSESSIONID
Which of the following statements about data models and pivot are true? (select all that apply)
Which function should you use with the transaction command to set the maximum total time between the earliest and latest events returned?
Which search string would only return results for an event type called success ful_purchases?
When would a user select delimited field extractions using the Field Extractor (FX)?
The Common Information Model (CIM) Add-on contains a collection of what preconfigured knowledge objects?
What does the fillnull command replace null values with, if the value argument is not specified?
Which of the following are valid options to speed up reports? (Select all the apply.)
A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?
Which of the following statements about event types is true? (select all that apply)
A user wants to convert numeric field values to strings and also to sort on those values.
Which command should be used first, the eval or the sort?
Data models are composed of one or more of which of the following datasets? (select all that apply)
Which of the following statements describe data model acceleration? (select all that apply)
Which of the following statements would help a user choose between the transaction and stats commands?
For the following search, which command would further filter for only IP addresses present more than five times?
Given the macro definition below, what should be entered into the Name and Arguments fileds to correctly configured the macro?
It is mandatory for the lookup file to have this for an automatic lookup to work.
These kinds of charts represent a series in a single bar with multiple sections
Which of the following is one of the pre-configured data models included in the Splunk Common Information Model (CIM) add-on?
Which of the following is included with the Common Information Model (CIM) add-on?
Two separate results tables are being combined using the |join command. The outer table has the following values:
Refer to following Tables
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 searches will show the number of categoryld used by each host?
What other syntax will produce exactly the same results as | chart count over vendor_action by user?
Which of the following definitions describes a macro named “samplemacro” that accepts two arguments?