Which of the following statements describes the command below (select all that apply)
Sourcetype=access_combined | transaction JSESSIONID
Use this command to use lookup fields in a search and see the lookup fields in the field sidebar.
When using the timechart command, how can a user group the events into buckets based on time?
A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?
Two separate results tables are being combined using the |join command. The outer table has the following values:
Refer to following Tables
The line of SPL used to join the tables is: | join employeeNumber type=outer
How many rows are returned in the new table?
Which of the following knowledge objects represents the output of an eval expression?
How is a Search Workflow Action configured to run at the same time range as the original search?
When using the Field Extractor (FX) to perform a field extraction, which delimiter can be used?
Which of the following expressions could be used to create a calculated field called gigabytes?
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 describes this search?
New Search
'third_party_outages(EMEA,-24h)'
What is the correct syntax to search for a tag associated with a value on a specific fields?
When using multiple expressions in a single eval command, which delimiter is used?
Which field will be used to populate the field if the productName and product:d fields have values for a given event?
| eval productINFO=coalesco(productName,productid)
Which of the following statements describe the Common Information Model (CIM)? (select all that apply)
In this search, __________ will appear on the y-axis. SEARCH: sourcetype=access_combined status!=200 | chart count over host
Which knowledge object is used to normalize field names to comply with the Splunk Common Information Model (CIM)?
When creating a data model, which root dataset requires at least one constraint?
How could the following syntax for the chart command be rewritten to remove the OTHER category? (select all that apply)
What functionality does the Splunk Common Information Model (CIM) rely on to normalize fields with different names?
Marty has multiple data sources that contain fields with IP Address values. What knowledge object should he use to normalize the fields so his data is CIM compliant?
What other syntax will produce exactly the same results as | chart count over vendor_action by user?
Which search string would only return results for an event type called success ful_purchases?
When using the transaction command, what is the assigned timestamp for each of the resulting transactions?
Based on the macro definition shown below, what is the correct way to execute the macro in a search string?
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?
It is mandatory for the lookup file to have this for an automatic lookup to work.
which of the following commands are used when creating visualizations(select all that apply.)
What approach is recommended when using the Splunk Common Information Model (CIM) add-on to normalize data?
Which of the following searches show a valid use of macro? (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?
Which of the following statements describes this search?
sourcetype=access_combined I transaction JSESSIONID | timechart avg (duration)
When using the Field Extractor (FX), which of the following delimiters will work? (select all that apply)
Which of the following are valid options to speed up reports? (Select all the apply.)
Where are the descriptions of the data models that come with the Splunk Common Information Model (CIM) Add-on documented?
What happens when a user edits the regular expression (regex) field extraction generated in the Field Extractor (FX)?
A user runs the following search:
index—X sourcetype=Y I chart count (domain) as count, sum (price) as sum by product, action usenull=f useother—f
Which of the following table headers match the order this command creates?
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?
The eval command 'if' function requires the following three arguments (in order):
The Splunk Common Information Model (CIM) is a collection of what type of knowledge object?
The transaction command allows you to __________ events across multiple sources