Splunk Cloud Certified Admin SPLK-1005 Exam Questions

Page: 1 / 14
Total 80 questions
Question 1

What is the recommended approach to collect data from network devices?



Answer : B

The recommended approach to collect data from network devices is to use a Syslog server with a Universal Forwarder (UF) installed. The network devices send data to the Syslog server, which then forwards the data to Splunk Cloud using the Universal Forwarder. This method ensures reliable data ingestion and processing while maintaining flexibility in handling different types of network device data.

Splunk Documentation Reference: Best practices for getting data in


Question 2

Which configuration shown is used to enable a forwarder as a deployment client of the server 10.1.2.3?



Answer : B

For setting up a deployment client, the correct stanza syntax in inputs.conf includes specifying targetUri with the port 8089, which is the management port for Splunk instances, not the data port 9997. [Reference: Splunk Docs on deployment server configurations]


Question 3

When is data deleted from a Splunk Cloud index?



Answer : A

In Splunk Cloud, data is deleted from an index when the buckets roll to the frozen stage and no archive is defined. When data in a bucket reaches the frozen stage, it is deleted unless a frozen-to-archival script is configured to move the data elsewhere. This process is part of the index lifecycle management in Splunk.

Splunk Documentation Reference: Managing Indexes


Question 4

How is it possible to test a script from the Splunk perspective before using it within a scripted input?



Answer : D

splunk cmd <scriptname> allows running scripts in Splunk's environment for testing purposes. This ensures the script behaves as expected within Splunk's CLI context. [Reference: Splunk Docs on scripted inputs]


Question 5

What can be used in a Splunk Cloud environment to create new sourcetypes?



Answer : A

In a Splunk Cloud environment, the Data Preview feature is used to create and test new sourcetypes. This feature allows you to upload sample data, configure parsing settings, and define sourcetypes interactively without directly editing configuration files like props.conf or using the CLI.

Splunk Documentation Reference: Data Preview


Question 6

Which of the following app installation scenarios can be achieved without involving Splunk Support?



Answer : C

In Splunk Cloud, you can install apps via self-service, which allows you to install certain approved apps without involving Splunk Support. This self-service capability is provided for apps that have already been vetted and approved for use in the Splunk Cloud environment.

Option A typically requires support involvement because premium apps often need licensing or other special considerations.

Option B might involve the Request Install button, but some apps might still require vetting or support approval.

Option D is incorrect because apps that have not gone through the vetting process cannot be installed via self-service and would require Splunk Support for evaluation and approval.

Splunk Documentation Reference: Install apps on Splunk Cloud


Question 7

Which of the following are valid settings for file and directory monitor inputs?

A)

B)

C)

D)



Answer : B

In Splunk, when configuring file and directory monitor inputs, several settings are available that control how data is indexed and processed. These settings are defined in the inputs.conf file. Among the given options:

host: Specifies the hostname associated with the data. It can be set to a static value, or dynamically assigned using settings like host_regex or host_segment.

index: Specifies the index where the data will be stored.

sourcetype: Defines the data type, which helps Splunk to correctly parse and process the data.

TCP_Routing: Used to route data to specific indexers in a distributed environment based on TCP routing rules.

host_regex: Allows you to extract the host from the path or filename using a regular expression.

host_segment: Identifies the segment of the directory structure (path) to use as the host.

Given the options:

Option B is correct because it includes host, index, sourcetype, TCP_Routing, host_regex, and host_segment. These are all valid settings for file and directory monitor inputs in Splunk.

Splunk Documentation Reference:

Monitor Inputs (inputs.conf)

Host Setting in Inputs

TCP Routing in Inputs

By referring to the Splunk documentation on configuring inputs, it's clear that Option B aligns with the valid settings used for file and directory monitoring, making it the correct choice.


Page:    1 / 14   
Total 80 questions