Which of the following describes the Splunk Common Information Model (CIM) add-on?
Which of the following statements about data models and pivot are true? (select all that apply)
What is the correct syntax to search for a tag associated with a value on a specific fields?
When should the regular expression mode of Field Extractor (FX) be used? (select all that apply)
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?
What other syntax will produce exactly the same results as | chart count over vendor_action by user?
This function of the stats command allows you to return the sample standard deviation of a field.
Which knowledge object is used to normalize field names to comply with the Splunk Common Information Model (CIM)?
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?
How could the following syntax for the chart command be rewritten to remove the OTHER category? (select all that apply)
When used with the timechart command, which value of the limit argument returns all values?
Which of the following knowledge objects represents the output of an eval expression?
Which of the following Statements about macros is true? (select all that apply)
Based on the macro definition shown below, what is the correct way to execute the macro in a search string?
When using the Field Extractor (FX), which of the following delimiters will work? (select all that apply)
Which of the following can be used with the eval command tostring function (select all that apply)
Which of the following statements describe data model acceleration? (select all that apply)
Which of the following data model are included In the Splunk Common Information Model (CIM) add-on? (select all that apply)
Which of the following searches show a valid use of macro? (Select all that apply)
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 statements describe calculated fields? (select all that apply)
Which of the following workflow actions can be executed from search results? (select all that apply)
What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)
Given the macro definition below, what should be entered into the Name and Arguments fileds to correctly configured the macro?
Which of the following statements is true, especially in large environments?
Which of the following file formats can be extracted using a delimiter field extraction?
After manually editing; a regular expression (regex), which of the following statements is true?
Which of the following statements describe the search below? (select all that apply)
Index=main I transaction clientip host maxspan=30s maxpause=5s
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 statements about event types is true? (select all that apply)
Which of the following statements describes this search?
sourcetype=access_combined I transaction JSESSIONID | timechart avg (duration)
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?
Which of the following statements describe the search string below?
| datamodel Application_State All_Application_State search
The time range specified for a historical search defines the ____________ .------questionable on ans
What is a benefit of installing the Splunk Common Information Model (CIM) add-on?
Which of the following commands connects an additional table of data directly to the right side of the existing table?
A report scheduled to run every 15 mins. but takes 17 mins. to complete is in danger of being_____.
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?
By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?
Which of the following statements are true for this search? (Select all that apply.) SEARCH: sourcetype=access* |fields action productld status
When using the Field Extractor (FX) to perform a field extraction, which delimiter can be used?
Information needed to create a GET workflow action includes which of the following? (select all that apply.)
A user runs the following search:
index—X sourcetype=Y I chart count (domain) as count, sum (price) as sum by product, action usenull=f useother—f
Which of the following table headers match the order this command creates?
What happens when a user edits the regular expression (regex) field extraction generated in the Field Extractor (FX)?
Which of the following searches show a valid use of a macro? (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")
Which field extraction method should be selected for comma-separated data?
Which of the following is one of the pre-configured data models included in the Splunk Common Information Model (CIM) add-on?
Using the export function, you can export search results as __________.( Select all that apply)
Which of the following definitions describes a macro named "samplemacro" that accepts two arguments?
What is the correct Boolean order of evaluation for the where command from first to last?
For the following search, which command would further filter for only IP addresses present more than five times?