Splunk SPLK-1001 Splunk Core Certified User Online Training
Splunk SPLK-1001 Online Training
The questions for SPLK-1001 were last updated at Feb 19,2025.
- Exam Code: SPLK-1001
- Exam Name: Splunk Core Certified User
- Certification Provider: Splunk
- Latest update: Feb 19,2025
What does the stats command do?
- A . Automatically correlates related fields
- B . Converts field values into numerical values
- C . Calculates statistics on data that matches the search criteria
- D . Analyzes numerical fields for their ability to predict another discrete field
Which is a primary function of the timeline located under the search bar?
- A . To differentiate between structured and unstructured events in the data
- B . To sort the events returned by the search command in chronological order
- C . To zoom in and zoom out. although this does not change the scale of the chart
- D . To show peaks and/or valleys in the timeline, which can indicate spikes in activity or downtime
Which statement is true about Splunk alerts?
- A . Alerts are based on searches that are either run on a scheduled interval or in real-time.
- B . Alerts are based on searches and when triggered will only send an email notification.
- C . Alerts are based on searches and require cron to run on scheduled interval.
- D . Alerts are based on searches that are run exclusively as real-time.
What can be configured using the Edit Job Settings menu?
- A . Export the results to CSV format
- B . Add the Job results to a dashboard
- C . Schedule the Job to re-run in 10 minutes
- D . Change Job Lifetime from 10 minutes to 7 days.
Which command is used to validate a lookup file?
- A . | lookup products.csv
- B . inputlookup products.csv
- C . I inputlookup products.csv
- D . | lookup definition products.csv
Which stats command function provides a count of how many unique values exist for a given field in the result set?
- A . dc(field)
- B . count(field)
- C . count-by(field)
- D . distinct-count(field)
What user interface component allows for time selection?
- A . Time summary
- B . Time range picker
- C . Search time picker
- D . Data source time statistics
When an alert action is configured to run a script, Splunk must be able to locate the script.
Which is one of the directories Splunk will look in to find the script?
- A . $SPLUNK_HOME/bin/scripts
- B . $SPLUNK_HOME/etc/scripts
- C . $SPLUNK_HOME/bin/etc/scripts
- D . $SPLUNK_HOME/etc/scripts/bin
When editing a dashboard, which of the following are possible options? (select all that apply)
- A . Add an output.
- B . Export a dashboard panel.
- C . Modify the chart type displayed in a dashboard panel.
- D . Drag a dashboard panel to a different location on the dashboard.
Which of the following index searches would provide the most efficient search performance?
- A . index=*
- B . index=web OR index=s*
- C . (index=web OR index=sales)
- D . *index=sales AND index=web*