A report scheduled to run every 15 mins. but takes 17 mins. to complete is in danger of being_____.
What fields does the transaction command add to the raw events? (select all that apply)
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?
Which of the following search control will not re-rerun the search? (Select all that apply.)
When used with the timechart command, which value of the limit argument returns all values?
If there are fields in the data with values that are " " or empty but not null, which of the following would add a value?
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")
When would a user select delimited field extractions using the Field Extractor (FX)?
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)
Which of the following statements are true for this search? (Select all that apply.) SEARCH: sourcetype=access* |fields action productld status
Which of the following is included with the Splunk Common Information Model (CIM) Add-on?
Using the export function, you can export search results as __________.( Select all that apply)
What other syntax will produce exactly the same results as | chart count over vendor_action by user?
What functionality does the Splunk Common Information Model (CIM) rely on to normalize fields with different names?
When should the regular expression mode of Field Extractor (FX) be used? (select all that apply)
The transaction command allows you to __________ events across multiple sources
Which of the following searches will return events contains a tag name Privileged?
For choropleth maps,splunk ships with the following KMZ files (select all that apply)
After manually editing; a regular expression (regex), which of the following statements is true?
When using a field value variable with a Workflow Action, which punctuation mark will escape the data
Which of the following statements about data models and pivot are true? (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 command can include both an over and a by clause to divide results into sub-groupings?
Which of the following statements best describes the search string below?
| datamodel Application_State search
Information needed to create a GET workflow action includes which of the following? (select all that apply.)
Marty has multiple data sources that contain fields with IP Address values. What knowledge object should he use to normalize the fields so his data is CIM compliant?
Which of the following is true about the Splunk Common Information Model (CIM)?
When using the transaction command, what is the assigned timestamp for each of the resulting transactions?
Which of the following searches show a valid use of macro? (Select all that apply)
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?
For the following search, which field populates the x-axis?
index=security sourcetype=linux secure | timechart count by action
Which of the following describes the Splunk Common Information Model (CIM) add-on?
The eval command 'if' function requires the following three arguments (in order):
A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?
Which of the following options should a user add to a search to limit transactions to a five minute time window?
Which type of visualization shows relationships between discrete values in three dimensions?
Which of the following Statements about macros is true? (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?
Which of the following is included with the Common Information Model (CIM) add-on?
Which of the following statements describes the use of the Field Extractor (FX)?
When using the Field Extractor (FX), which of the following delimiters will work? (select all that apply)
What does the fillnull command do in this search?
index=main sourcetype=http:log | fillnull value="Unknown"
Which of the following describes this search?
New Search
'third_party_outages(EMEA,-24h)'
A user wants to create a workflow action that will retrieve a specific field value from an event and run a search in a new browser window
in the user's Splunk instance. What kind of workflow action should they create?
The time range specified for a historical search defines the ____________ .------questionable on ans