When would a user select delimited field extractions using the Field Extractor (FX)?
Based on the macro definition shown below, what is the correct way to execute the macro in a search string?
What does the fillnull command do in this search?
index=main sourcetype=http:log | fillnull value="Unknown" src
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)
Which of the following file formats can be extracted using a delimiter field extraction?
The eval command 'if' function requires the following three arguments (in order):
Using the Field Extractor (FX) tool, a value is highlighted to extract and give a name to a new field. Splunk has not successfully extracted that value from all appropriate events. What steps can be taken so Splunk successfully extracts the value from all appropriate events? (select all that apply)
When used with the timechart command, which value of the limit argument returns all values?
Which of the following definitions describes a macro named "samplemacro" that accepts two arguments?
This function of the stats command allows you to return the sample standard deviation of a field.
Which of the following searches will return events contains a tag name Privileged?
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 of the following searches would create a graph similar to the one below?
When using the transaction command, how are evicted transactions identified?
Which knowledge object is used to normalize field names to comply with the Splunk Common Information Model (CIM)?
Which of these is NOT a field that is automatically created with the transaction command?
Which of the following statements describe the Common Information Model (CIM)? (select all that apply)
Using the export function, you can export search results as __________.( Select all that apply)
Which of the following options will define the first event in a transaction?
Which of the following statements describe calculated fields? (select all that apply)
Which of the following are valid options to speed up reports? (Select all the apply.)
Select this in the fields sidebar to automatically pipe you search results to the rare command
Which of the following data models are included in the Splunk Common Information Model (CIM) add-on? (select all that apply)
The macro weekly_sales (2) contains the search string:
index—games I eval Product Sales = $price$ $AmountS01d$
Which of the following will return results?
Which of the following data model are included In the Splunk Common Information Model (CIM) add-on? (select all that apply)
When using the Field Extractor (FX) to perform a field extraction, which delimiter can be used?
When should the regular expression mode of Field Extractor (FX) be used? (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?
Which of the following statements describes this search?
sourcetype=access_combined I transaction JSESSIONID | timechart avg (duration)
What are the expected search results from executing the following SPL command?
index=network NOT StatusCode=200
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?
Data models are composed of one or more of which of the following datasets? (select all that apply)
Which command can include both an over and a by clause to divide results into sub-groupings?
What functionality does the Splunk Common Information Model (CIM) rely on to normalize fields with different names?
The Splunk Common Information Model (CIM) is a collection of what type of knowledge object?
Which of the following statements describe data model acceleration? (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?
Which of the following statements about event types is true? (select all that apply)
which of the following commands are used when creating visualizations(select all that apply.)
Which of the following searches show a valid use of macro? (Select all that apply)
Which type of workflow action sends field values to an external resource (e.g. a ticketing system)?
By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?