ExamGecko
Home Home / Splunk / SPLK-2002

Splunk SPLK-2002 Practice Test - Questions Answers

Question list
Search
Search

List of questions

Search

A Splunk instance has the following settings in SPLUNK_HOME/etc/system/local/server.conf:

[clustering]

mode = master

replication_factor = 2

pass4SymmKey = password123

Which of the following statements describe this Splunk instance? (Select all that apply.)

A.

This is a multi-site cluster.

A.

This is a multi-site cluster.

Answers
B.

This cluster's search factor is 2.

B.

This cluster's search factor is 2.

Answers
C.

This Splunk instance needs to be restarted.

C.

This Splunk instance needs to be restarted.

Answers
D.

This instance is missing the master_uri attribute.

D.

This instance is missing the master_uri attribute.

Answers
Suggested answer: C, D

Explanation:

The Splunk instance with the given settings in SPLUNK_HOME/etc/system/local/server.conf is missing the master_uri attribute and needs to be restarted. The master_uri attribute is required for the master node to communicate with the peer nodes and the search head cluster. The master_uri attribute specifies the host name and port number of the master node. Without this attribute, the master node cannot function properly. The Splunk instance also needs to be restarted for the changes in the server.conf file to take effect. The replication_factor setting determines how many copies of each bucket are maintained across the peer nodes. The search factor is a separate setting that determines how many searchable copies of each bucket are maintained across the peer nodes. The search factor is not specified in the given settings, so it defaults to the same value as the replication factor, which is 2. This is not a multi-site cluster, because the site attribute is not specified in the clustering stanza. A multi-site cluster is a cluster that spans multiple geographic locations, or sites, and has different replication and search factors for each site.

Which of the following describe migration from single-site to multisite index replication?

A.

A master node is required at each site.

A.

A master node is required at each site.

Answers
B.

Multisite policies apply to new data only.

B.

Multisite policies apply to new data only.

Answers
C.

Single-site buckets instantly receive the multisite policies.

C.

Single-site buckets instantly receive the multisite policies.

Answers
D.

Multisite total values should not exceed any single-site factors.

D.

Multisite total values should not exceed any single-site factors.

Answers
Suggested answer: B

Explanation:

Migration from single-site to multisite index replication only affects new data, not existing data. Multisite policies apply to new data only, meaning that data that is ingested after the migration will follow the multisite replication and search factors. Existing data, or data that was ingested before the migration, will retain the single-site policies, unless they are manually converted to multisite buckets. Single-site buckets do not instantly receive the multisite policies, nor do they automatically convert to multisite buckets. Multisite total values can exceed any single-site factors, as long as they do not exceed the number of peer nodes in the cluster.A master node is not required at each site, only one master node is needed for the entire cluster

What does setting site=site0 on all Search Head Cluster members do in a multi-site indexer cluster?

A.

Disables search site affinity.

A.

Disables search site affinity.

Answers
B.

Sets all members to dynamic captaincy.

B.

Sets all members to dynamic captaincy.

Answers
C.

Enables multisite search artifact replication.

C.

Enables multisite search artifact replication.

Answers
D.

Enables automatic search site affinity discovery.

D.

Enables automatic search site affinity discovery.

Answers
Suggested answer: A

Explanation:

Setting site=site0 on all Search Head Cluster members disables search site affinity. Search site affinity is a feature that allows search heads to preferentially search the peer nodes that are in the same site as the search head, to reduce network latency and bandwidth consumption. By setting site=site0, which is a special value that indicates no site, the search heads will search all peer nodes regardless of their site. Setting site=site0 does not set all members to dynamic captaincy, enable multisite search artifact replication, or enable automatic search site affinity discovery. Dynamic captaincy is a feature that allows any member to become the captain, and it is enabled by default. Multisite search artifact replication is a feature that allows search artifacts to be replicated across sites, and it is enabled by setting site_replication_factor to a value greater than 1.Automatic search site affinity discovery is a feature that allows search heads to automatically determine their site based on the network latency to the peer nodes, and it is enabled by setting site=auto

What does setting site=site0 on all Search Head Cluster members do in a multi-site indexer cluster?

A.

Disables search site affinity.

A.

Disables search site affinity.

Answers
B.

Sets all members to dynamic captaincy.

B.

Sets all members to dynamic captaincy.

Answers
C.

Enables multisite search artifact replication.

C.

Enables multisite search artifact replication.

Answers
D.

Enables automatic search site affinity discovery.

D.

Enables automatic search site affinity discovery.

Answers
Suggested answer: A

Explanation:

Setting site=site0 on all Search Head Cluster members disables search site affinity. Search site affinity is a feature that allows search heads to preferentially search the peer nodes that are in the same site as the search head, to reduce network latency and bandwidth consumption. By setting site=site0, which is a special value that indicates no site, the search heads will search all peer nodes regardless of their site. Setting site=site0 does not set all members to dynamic captaincy, enable multisite search artifact replication, or enable automatic search site affinity discovery. Dynamic captaincy is a feature that allows any member to become the captain, and it is enabled by default. Multisite search artifact replication is a feature that allows search artifacts to be replicated across sites, and it is enabled by setting site_replication_factor to a value greater than 1.Automatic search site affinity discovery is a feature that allows search heads to automatically determine their site based on the network latency to the peer nodes, and it is enabled by setting site=auto

Which of the following statements describe licensing in a clustered Splunk deployment? (Select all that apply.)

A.

Free licenses do not support clustering.

A.

Free licenses do not support clustering.

Answers
B.

Replicated data does not count against licensing.

B.

Replicated data does not count against licensing.

Answers
C.

Each cluster member requires its own clustering license.

C.

Each cluster member requires its own clustering license.

Answers
D.

Cluster members must share the same license pool and license master.

D.

Cluster members must share the same license pool and license master.

Answers
Suggested answer: A, B

Explanation:

The following statements describe licensing in a clustered Splunk deployment: Free licenses do not support clustering, and replicated data does not count against licensing. Free licenses are limited to 500 MB of daily indexing volume and do not allow distributed searching or clustering. To enable clustering, a license with a higher volume limit and distributed features is required. Replicated data is data that is copied from one peer node to another for the purpose of high availability and load balancing. Replicated data does not count against licensing, because it is not new data that is ingested by Splunk. Only the original data that is indexed by the peer nodes counts against licensing. Each cluster member does not require its own clustering license, because clustering licenses are shared among the cluster members.Cluster members must share the same license pool and license master, because the license master is responsible for distributing licenses to the cluster members and enforcing the license limits

Which of the following will cause the greatest reduction in disk size requirements for a cluster of N indexers running Splunk Enterprise Security?

A.

Setting the cluster search factor to N-1.

A.

Setting the cluster search factor to N-1.

Answers
B.

Increasing the number of buckets per index.

B.

Increasing the number of buckets per index.

Answers
C.

Decreasing the data model acceleration range.

C.

Decreasing the data model acceleration range.

Answers
D.

Setting the cluster replication factor to N-1.

D.

Setting the cluster replication factor to N-1.

Answers
Suggested answer: C

Explanation:

Decreasing the data model acceleration range will reduce the disk size requirements for a cluster of indexers running Splunk Enterprise Security. Data model acceleration creates tsidx files that consume disk space on the indexers. Reducing the acceleration range will limit the amount of data that is accelerated and thus save disk space. Setting the cluster search factor or replication factor to N-1 will not reduce the disk size requirements, but rather increase the risk of data loss. Increasing the number of buckets per index will also increase the disk size requirements, as each bucket has a minimum size. For more information, seeData model accelerationandBucket sizein the Splunk documentation.

Stakeholders have identified high availability for searchable data as their top priority. Which of the following best addresses this requirement?

A.

Increasing the search factor in the cluster.

A.

Increasing the search factor in the cluster.

Answers
B.

Increasing the replication factor in the cluster.

B.

Increasing the replication factor in the cluster.

Answers
C.

Increasing the number of search heads in the cluster.

C.

Increasing the number of search heads in the cluster.

Answers
D.

Increasing the number of CPUs on the indexers in the cluster.

D.

Increasing the number of CPUs on the indexers in the cluster.

Answers
Suggested answer: A

Explanation:

Increasing the search factor in the cluster will best address the requirement of high availability for searchable data. The search factor determines how many copies of searchable data are maintained by the cluster. A higher search factor means that more indexers can serve the data in case of a failure or a maintenance event. Increasing the replication factor will improve the availability of raw data, but not searchable data. Increasing the number of search heads or CPUs on the indexers will improve the search performance, but not the availability of searchable data. For more information, seeReplication factor and search factorin the Splunk documentation.

Search dashboards in the Monitoring Console indicate that the distributed deployment is approaching its capacity. Which of the following options will provide the most search performance improvement?

A.

Replace the indexer storage to solid state drives (SSD).

A.

Replace the indexer storage to solid state drives (SSD).

Answers
B.

Add more search heads and redistribute users based on the search type.

B.

Add more search heads and redistribute users based on the search type.

Answers
C.

Look for slow searches and reschedule them to run during an off-peak time.

C.

Look for slow searches and reschedule them to run during an off-peak time.

Answers
D.

Add more search peers and make sure forwarders distribute data evenly across all indexers.

D.

Add more search peers and make sure forwarders distribute data evenly across all indexers.

Answers
Suggested answer: D

Explanation:

Adding more search peers and making sure forwarders distribute data evenly across all indexers will provide the most search performance improvement when the distributed deployment is approaching its capacity. Adding more search peers will increase the search concurrency and reduce the load on each indexer. Distributing data evenly across all indexers will ensure that the search workload is balanced and no indexer becomes a bottleneck. Replacing the indexer storage to SSD will improve the search performance, but it is a costly and time-consuming option. Adding more search heads will not improve the search performance if the indexers are the bottleneck. Rescheduling slow searches to run during an off-peak time will reduce the search contention, but it will not improve the search performance for each individual search. For more information, see [Scale your indexer cluster] and [Distribute data across your indexers] in the Splunk documentation.

A Splunk architect has inherited the Splunk deployment at Buttercup Games and end users are complaining that the events are inconsistently formatted for a web source. Further investigation reveals that not all weblogs flow through the same infrastructure: some of the data goes through heavy forwarders and some of the forwarders are managed by another department.

Which of the following items might be the cause of this issue?

A.

The search head may have different configurations than the indexers.

A.

The search head may have different configurations than the indexers.

Answers
B.

The data inputs are not properly configured across all the forwarders.

B.

The data inputs are not properly configured across all the forwarders.

Answers
C.

The indexers may have different configurations than the heavy forwarders.

C.

The indexers may have different configurations than the heavy forwarders.

Answers
D.

The forwarders managed by the other department are an older version than the rest.

D.

The forwarders managed by the other department are an older version than the rest.

Answers
Suggested answer: C

Explanation:

The indexers may have different configurations than the heavy forwarders, which might cause the issue of inconsistently formatted events for a web sourcetype. The heavy forwarders perform parsing and indexing on the data before sending it to the indexers. If the indexers have different configurations than the heavy forwarders, such as different props.conf or transforms.conf settings, the data may be parsed or indexed differently on the indexers, resulting in inconsistent events. The search head configurations do not affect the event formatting, as the search head does not parse or index the data. The data inputs configurations on the forwarders do not affect the event formatting, as the data inputs only determine what data to collect and how to monitor it. The forwarder version does not affect the event formatting, as long as the forwarder is compatible with the indexer. For more information, see [Heavy forwarder versus indexer] and [Configure event processing] in the Splunk documentation.

A customer has installed a 500GB Enterprise license. They also purchased and installed a 300GB, no enforcement license on the same license master. How much data can the customer ingest before the search is locked out?

A.

300GB. After this limit, the search is locked out.

A.

300GB. After this limit, the search is locked out.

Answers
B.

500GB. After this limit, the search is locked out.

B.

500GB. After this limit, the search is locked out.

Answers
C.

800GB. After this limit, the search is locked out.

C.

800GB. After this limit, the search is locked out.

Answers
D.

Search is not locked out. Violations are still recorded.

D.

Search is not locked out. Violations are still recorded.

Answers
Suggested answer: D

Explanation:

Search is not locked out when a customer has installed a 500GB Enterprise license and a 300GB, no enforcement license on the same license master. The no enforcement license allows the customer to exceed the license quota without locking search, but violations are still recorded. The customer can ingest up to 800GB of data per day without violating the license, but if they ingest more than that, they will incur a violation. However, the violation will not lock search, as the no enforcement license overrides the enforcement policy of the Enterprise license. For more information, see [No enforcement licenses] and [License violations] in the Splunk documentation.

Total 160 questions
Go to page: of 16