Which of the following data models are included in the Splunk Common Information Model (CIM) add-on? (select all that apply)
When creating a data model, which root dataset requires at least one constraint?
Which function should you use with the transaction command to set the maximum total time between the earliest and latest events returned?
This function of the stats command allows you to return the middle-most value of field X.
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 transforming commands can be used with transactions?
Which of the following is included with the Splunk Common Information Model (CIM) Add-on?
Which of the following searches will return events containing a tag named Privileged?
Which of the following searches show a valid use of a macro? (Choose all that apply.)
Which of the following searches will return all clientip addresses that start with 108?
When using the transaction command, how are evicted transactions identified?
Which of the following statements would help a user choose between the transaction and stats commands?
Which of the following is a function of the Splunk Common Information Model (CIM)?
Where are the descriptions of the data models that come with the Splunk Common Information Model (CIM) Add-on documented?
Which of the following is true about a datamodel that has been accelerated?
What fields does the transaction command add to the raw events? (select all that apply)
Use this command to use lookup fields in a search and see the lookup fields in the field sidebar.
The timechart command is an example of which of the following command types?
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 describe calculated fields? (select all that apply)
Which of the following statements describe the search below? (select all that apply)
Index=main I transaction clientip host maxspan=30s maxpause=5s
In which of the following scenarios is an event type more effective than a saved search?
What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)
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 statements about data models and pivot are true? (select all that apply)
Which of the following can be used with the eval command tostring function (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?
Data model are composed of one or more of which of the following datasets? (select all that apply.)
What functionality does the Splunk Common Information Model (CIM) rely on to normalize fields with different names?
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 statements describe data model acceleration? (select all that apply)
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 statements describes this search?
sourcetype=access_combined I transaction JSESSIONID | timechart avg (duration)
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?
Which of the following statements describe the search string below?
| datamodel Application_State All_Application_State search
Which of the following Statements about macros is true? (select all that apply)
Which of the following statements is true, especially in large environments?
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 file formats can be extracted using a delimiter field extraction?
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 describes the command below (select all that apply)
Sourcetype=access_combined | transaction JSESSIONID
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 describe the Common Information Model (CIM)? (select all that apply)
What is the correct syntax to search for a tag associated with a value on a specific fields?
When performing a regular expression (regex) field extraction using the Field Extractor (FX), what happens when the require option is used?
What will you learn from the results of the following search?
sourcetype=cisco_esa | transaction mid, dcid, icid | timechart avg(duration)
What approach is recommended when using the Splunk Common Information Model (CIM) add-on to normalize data?
How is an event type created from the search window? (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?
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 expressions could be used to create a calculated field called gigabytes?