3 Months Free Update
3 Months Free Update
3 Months Free Update
The eval command 'if' function requires the following three arguments (in order):
Which of the following statements about calculated fields in Splunk is true?
To create a tag, which of the following conditions must be met by the user?
Which of the following searches will return events contains a tag name Privileged?
Which of the following workflow actions can be executed from search results? (select all that apply)
Which of the following statements describe the search string below?
| datamodel Application_State All_Application_State search
Data model fields can be added using the Auto-Extracted method. Which of the following statements describe Auto-Extracted fields? (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 describes the Splunk Common Information Model (CIM) add-on?
What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)
Which of the following file formats can be extracted using a delimiter field extraction?
Which delimiters can the Field Extractor (FX) detect? (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 is the correct way to use the data model command to search field in the data model within the web dataset?
Which of these stats commands will show the total bytes for each unique combination of page and server?
For the following search, which command would further filter for only IP addresses present more than five times?
Which knowledge object is used to normalize field names to comply with the Splunk Common Information Model (CIM)?
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)
These kinds of charts represent a series in a single bar with multiple sections
There are several ways to access the field extractor. Which option automatically identifies data type, source type, and sample event?
Splunk alerts can be based on search that run______. (Select all that apply.)
The eval command allows you to do which of the following? (Choose all that apply.)
Which of the following is one of the pre-configured data models included in the Splunk Common Information Model (CIM) add-on?
Which of the following eval commands will provide a new value for host from src if it exists?
Which option of the transaction command would be used to specify the maximum time between events in a transaction?
When creating a data model, which root dataset requires at least one constraint?
In this search, __________ will appear on the y-axis. SEARCH: sourcetype=access_combined status!=200 | chart count over host
When used with the timechart command, which value of the limit argument returns all values?
Which syntax will find events where the values for the 1 field match the values for the Renewal-MonthYear field?
How is a Search Workflow Action configured to run at the same time range as the original search?
After manually editing; a regular expression (regex), which of the following statements is true?
What functionality does the Splunk Common Information Model (CIM) rely on to normalize fields with different names?
Which of the following describes this search?
New Search
'third_party_outages(EMEA,-24h)'
Which of the following search control will not re-rerun the search? (Select all that apply.)
Using the export function, you can export search results as __________.( Select all that apply)
Which of the following searches would return a report of sales by product-name?
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 statements would help a user choose between the transaction and stats commands?
A macro has another macro nested within it, and this inner macro requires an argument. How can the user pass this argument into the SPL?
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 describe calculated fields? (select all that apply)
When using the Field Extractor (FX), which of the following delimiters will work? (select all that apply)
Which of the following statements describes this search?
sourcetype=access_combined I transaction JSESSIONID | timechart avg (duration)
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)
When performing a regular expression (regex) field extraction using the Field Extractor (FX), what happens when the require option is used?
Which of the following knowledge objects represents the output of an eval expression?