Loading questions...
Updated
What is the correct syntax to find events associated with a tag?
Which of the following is true about the Splunk Common Information Model (CIM)?
Consider the following search run over a time range of last 7 days:
index=web sourcetype=access_combined | timechart avg(bytes) by product_name
Which option is used to change the default time span so that results are grouped into 12 hour intervals?
When would transaction be used instead of stats?
Given the following eval statement:
... | eval field1 = if(isnotnull(fieid1),field1,0), field2 = if(isnull
Which of the following is the equivalent using fillnull?
The Splunk Common Information Model (CIM) is a collection of what type of knowledge object?
How is a Search Workflow Action configured to run at the same time range as the original search?
A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?
When using the transaction command, how are evicted transactions identified?
How are arguments defined within the macro search string?
By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?
Which of the following objects can a calculated field use as a source?
How are event types different from saved reports?
When creating a data model, which root dataset requires at least one constraint?
Which search retrieves events with the event type web_errors?
When used with the timechart command, which value of the limit argument returns all values?
Which of the following statements best describes a macro?
The macro weekly_sales(2) contains the search string:
index=games | eval ProductSales = $Price$ * $AmountSold$
Which of the following will return results?
What happens when a user edits the regular expression (regex) field extraction generated in the Field Extractor (FX)?
What does the fillnull command replace null values with, if the value argument is not specified?
What is the correct syntax for the transaction command?
Which of the following statements describe the Common Information Model (CIM)? (Choose all that apply.)
What is the Splunk Common Information Model (CIM)?
Which one of the following statements about the search command is true?
Which of the following statements would help a user choose between the transaction and stats commands?