3 Months Free Update
3 Months Free Update
3 Months Free Update
Data model fields can be added using the Auto-Extracted method. Which of the following statements describe Auto-Extracted fields? (select all that apply)
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 statements about data models and pivot are true? (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?
Which of the following transforming commands can be used with transactions?
Why would the following search produce multiple transactions instead of one?
This function of the stats command allows you to return the sample standard deviation of a field.
These allow you to categorize events based on search terms.
Select your answer.
What functionality does the Splunk Common Information Model (CIM) rely on to normalize fields with different names?
Which knowledge object is used to normalize field names to comply with the Splunk Common Information Model (CIM)?
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?
What are the expected results for a search that contains the command | where A=B?
What does the fillnull command replace null values with, it the value argument is not specified?
These kinds of charts represent a series in a single bar with multiple sections
Which search string would only return results for an event type called success ful_purchases?
Which of the following expressions could be used to create a calculated field called gigabytes?
This function of the stats command allows you to identify the number of values a field has.
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")
What will you learn from the results of the following search?
sourcetype=cisco_esa | transaction mid, dcid, icid | timechart avg(duration)
The eval command allows you to do which of the following? (Choose all that apply.)
Which of the following definitions describes a macro named "samplemacro" that accepts two arguments?
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?
Which of the following options should a user add to a search to limit transactions to a five minute time window?
When using the transaction command, how are evicted transactions identified?
Which function should you use with the transaction command to set the maximum total time between the earliest and latest events returned?
Which delimiters can the Field Extractor (FX) detect? (select all that apply)
Consider the following search:
index=web sourcetype=access_combined
The log shows several events that share the same JSESSIONID value (SD470K92802F117). View the events as a group.
From the following list, which search groups events by JSESSIONID?
It is mandatory for the lookup file to have this for an automatic lookup to work.
A user wants a table that will show the total revenue made for each product in each sales region. Which would be the correct SPL query to use?
During the validation step of the Field Extractor workflow:
Select your answer.
Information needed to create a GET workflow action includes which of the following? (select all that apply.)
Which of the following describes this search?
New Search
'third_party_outages(EMEA,-24h)'
What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)
Which of the following searches would return a report of sales by product-name?
In the Field Extractor Utility, this button will display events that do not contain extracted fields.
Select your answer.
For the following search, which field populates the x-axis?
index=security sourcetype=linux secure | timechart count by action
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_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?
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?
What is the correct Boolean order of evaluation for the where command from first to last?
Which of the following search modes automatically returns all extracted fields in the fields sidebar?
When used with the timechart command, which value of the limit argument returns all values?
Which of the following search control will not re-rerun the search? (Select all that apply.)
Which knowledge Object does the Splunk Common Information Model (CIM) use to normalize data. in addition to field aliases, event types, and tags?
Which of the following statements would help a user choose between the transaction and stats commands?