Data models are composed of one or more of which of the following datasets? (select all that apply)
A. Transaction datasets
B. Events datasets
C. Search datasets
D. Any child of event, transaction, and search datasets
ABC
Data model datasets have a hierarchical relationship with each other, meaning they have parent-
child relationships. Data models can contain multiple dataset hierarchies. There are three types of
event, search, and transaction.
Datamodeldataset
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?
B
What happens when a user edits the regular expression (regex) field extraction generated in the Field
Extractor (FX)?
A
Which of the following is one of the pre-configured data models included in the Splunk Common
Information Model (CIM) add-on?
D
Which of the following statements describes calculated fields?
B
In which Settings section are macros defined?
C
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")
A. The description field would contain no value.
B. The description field would contain the value 0.
C. The description field would contain the value "Internal Server Error".
D. This statement would produce an error in Splunk because it is incomplete.
A
//docs.splunk.com/Documentation/Splunk/8.1.1/SearchReference/ConditionalFunctions
A user wants to create a new field alias for a field that appears in two sourcetypes.
How many field aliases need to be created?
B
Which command can include both an over and a by clause to divide results into sub-groupings?
A
When is a GET workflow action needed?
B
A data model can consist of what three types of datasets?
D
What information must be included when using the datamodel command?
D
Which of the following is a function of the Splunk Common Information Model (CIM)?
A
Which type of visualization shows relationships between discrete values in three dimensions?
A. Pie chart
B. Line chart
C. Bubble chart
D. Scatter chart
C
//docs.splunk.com/Documentation/DashApp/0.9.0/DashApp/chartsBub
When using the timechart command, how can a user group the events into buckets based on time?
A
Transaction datasets, Events datasets, Search datasets