Given the following eval statement:
... | eval field1 = if(isnotnull(field1),field1,0), field2 = if(isnull(field2), "NO-VALUE", field2)
Which of the following is the equivalent using fillnull?
What will you learn from the results of the following search?
sourcetype=cisco_esa | transaction mid, dcid, icid | timechart avg(duration)
The macro weekly_sales (2) contains the search string:
index=games | eval ProductSales = $Price$ * $AmountSold$
Which of the following will return results?
When using the Field Extractor (FX) to perform a field extraction, which delimiter can be used?
Select this in the fields sidebar to automatically pipe you search results to the rare command
Which of the following definitions describes a macro named "samplemacro" that accepts two arguments?
When using a field value variable with a Workflow Action, which punctuation mark will escape the data
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?
Data models are composed of one or more of which of the following datasets? (select all that apply)
Information needed to create a GET workflow action includes which of the following? (select all that apply.)
By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?
Which of the following can be saved as an event type? A. index=server_48 sourcetype=BETA_881 code=220
B. index=server_48 sourcetype=BETA_881 code=220 | stats count by code
C. index=server_48 sourcetype=BETA_881 code=220 | inputlookup append=t servercode.csv
D. index=server_48 sourcetype=BETA_881 code=220 | stats where code > 220
There are several ways to access the field extractor. Which option automatically identifies data type, source type, and sample event?
Which syntax will find events where the values for the 1 field match the values for the Renewal-MonthYear field?
What happens when a user edits the regular expression (regex) field extraction generated in the Field Extractor (FX)?
When multiple event types with different color values are assigned to the same event, what determines the color displayed for the events?
What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)
Which of the following statements about data models and pivot are true? (select all that apply)
Which of the following statements describes this search?
sourcetype=access_combined I transaction JSESSIONID | timechart avg (duration)
In which of the following scenarios is an event type more effective than a saved search?
Which of the following can be used with the eval command tostring function (select all that apply)
Which of the following searches will return events contains a tag name Privileged?
Which of the following statements describe the search below? (select all that apply)
Index=main I transaction clientip host maxspan=30s maxpause=5s
Which of the following statements describes the command below (select all that apply)
Sourcetype=access_combined | transaction JSESSIONID
Which of the following searches show a valid use of macro? (Select all that apply)
Which of the following knowledge objects represents the output of an eval expression?
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 data model are included In the Splunk Common Information Model (CIM) add-on? (select all that apply)
What is the correct syntax to search for a tag associated with a value on a specific fields?
After manually editing; a regular expression (regex), which of the following statements is true?
Which of the following statements describe data model acceleration? (select all that apply)
Which of the following Statements about macros is true? (select all that apply)
Which of the following statements describe the Common Information Model (CIM)? (select all that apply)
Which of the following workflow actions can be executed from search results? (select all that apply)
Which of the following statements about event types is true? (select all that apply)
When using the Field Extractor (FX), which of the following delimiters will work? (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?
Based on the macro definition shown below, what is the correct way to execute the macro in a search string?
Which of the following describes the Splunk Common Information Model (CIM) add-on?
Which of the following statements describe the search string below?
| datamodel Application_State All_Application_State search
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?
Which of the following search control will not re-rerun the search? (Select all that apply.)
What is a benefit of installing the Splunk Common Information Model (CIM) add-on? A. It permits users to create workflow actions to align with industry standards.
B. It provides users with a standardized set of field names and tags to normalize data.
C. It allows users to create 3-D models of their data and export these visualizations.
D. It enables users to itemize their events based on the results of the Search Job Inspector.
Which function should you use with the transaction command to set the maximum total time between the earliest and latest events returned?
Which of the following searches will return events containing a tag named Privileged?
If a calculated field has the same name as an extracted field, what happens to the extracted field?