Which of the following can be used with the eval command tostring function (select all that apply)
Which of the following statements describe data model acceleration? (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?
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 describes this search?
sourcetype=access_combined I transaction JSESSIONID | timechart avg (duration)
Which of the following statements describe calculated fields? (select all that apply)
What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)
Which of the following Statements about macros 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?
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 knowledge objects represents the output of an eval expression?
Based on the macro definition shown below, what is the correct way to execute the macro in a search string?
Which of the following statements describe the search string below?
| datamodel Application_State All_Application_State search
What functionality does the Splunk Common Information Model (CIM) rely on to normalize fields with different names?
To identify all of the contributing events within a transaction that contains at least one REJECT event, which syntax is correct?
In which of the following scenarios is an event type more effective than a saved search?
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?
What does the fillnull command replace null values with, it the value argument is not specified?
When multiple event types with different color values are assigned to the same event, what determines the color displayed for the events?
After manually editing; a regular expression (regex), which of the following statements is true?
Which of the following searches show a valid use of macro? (Select all that apply)
Which command can include both an over and a by clause to divide results into sub-groupings?
What is the correct syntax to search for a tag associated with a value on a specific fields?
Which function should you use with the transaction command to set the maximum total time between the earliest and latest events returned?
Which search string would only return results for an event type called success ful_purchases?
If there are fields in the data with values that are " " or empty but not null, which of the following would add a value?
Which of the following searches will return events containing a tag named Privileged?
Which of the following statements describes the use of the Filed Extractor (FX)?
A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?
A POST workflow action will pass which types of arguments to an external website?
The macro weekly_sales (2) contains the search string:
index=games | eval ProductSales = $Price$ * $AmountSold$
Which of the following will return results?
Information needed to create a GET workflow action includes which of the following? (select all that apply.)
Which of the following is true about the Splunk Common Information Model (CIM)?
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?
Which of the following searches will show the number of categoryld used by each host?
There are several ways to access the field extractor. Which option automatically identifies data type, source type, and sample event?
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 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 are true for this search? (Select all that apply.) SEARCH: sourcetype=access* |fields action productld status
This function of the stats command allows you to return the sample standard deviation of a field.
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?
When using a field value variable with a Workflow Action, which punctuation mark will escape the data
These kinds of charts represent a series in a single bar with multiple sections
Which of the following searches show a valid use of a macro? (Choose all that apply.)