Splunk SPLK-1002 Practice Test - Questions Answers, Page 28
List of questions
Related questions
When creating an event type, which is allowed in the search string?
When using multiple expressions in a single eval command, which delimiter is used?
A Splunk app is configured to extract domain names in web service logs and specify them as a field named domain.
What workflow action would return an external IP lookup for the field named domain?
Which option of the transaction command would be used to specify the maximum time between events in a transaction?
What is needed to define a calculated field?
Eval expression
Data model
Event type
Regular expression
Two separate results tables are being combined using the join command. The outer table has the following values:
The inner table has the following values:
The line of SPL used to join the tables is: join employeeNumber type=outer
How many rows are returned in the new table?
Three
Eight
Five
Zero
Which of the following can be saved as an event type?
index=server_48 sourcetype=BETA_881 code=220
index=server_48 sourcetype=BETA_881 code=220 | stats count by code
index=server_48 sourcetype=BETA_881 code=220 | inputlookup append=t servercode.csv
index=server_48 sourcetype=BETA_881 code=220 | stats where code > 220
What is a benefit of installing the Splunk Common Information Model (CIM) add-on?
It permits users to create workflow actions to align with industry standards.
It provides users with a standardized set of field names and tags to normalize data.
It allows users to create 3-D models of their data and export these visualizations.
It enables users to itemize their events based on the results of the Search Job Inspector.
A user wants a table that will show the total revenue made for each product in each sales region. Which would be the correct SPL query to use?
index=X sourcetype=Y | chart sum(product) by price AND region
index=X | chart sum(price) by product, region
index=X | chart total(product) over price by region
index=X | chart total(price) by product, region
How do event types help a user search their data?
Event types can optimize data storage.
Event types improve dashboard performance.
Event types improve search performance.
Event types categorize events based on a search string.
Question