SPLK-2002 Exam QuestionsBrowse all questions from this exam

SPLK-2002 Exam - Question 22


A three-node search head cluster is skipping a large number of searches across time. What should be done to increase scheduled search capacity on the search head cluster?

Show Answer
Correct Answer: BD

To increase scheduled search capacity on the search head cluster, adding another search head to the cluster is the appropriate solution. This action distributes the search load across more nodes, increasing the overall search capacity and reducing the likelihood of skipped searches. Creating a job server or changing configuration values might help in specific cases but won't effectively address the root cause of inadequate search head capacity like adding more search heads would.

Discussion

6 comments
Sign in to comment
rodrigokOption: B
Jun 5, 2022

correct is B: cluster-admin -145

SasnycoNOption: D
Jan 28, 2022

Should be D: https://docs.splunk.com/Documentation/Splunk/8.2.4/DistSearch/SHCjobscheduling

sovip52250Option: B
Oct 9, 2022

A three-node search head cluster is skipping a large

bobixakaOption: D
Feb 1, 2024

Could be Answer D. Ref: https://lantern.splunk.com/Splunk_Platform/Product_Tips/Searching_and_Reporting/Reducing_skipped_searches#:~:text=The%20total%20maximum%20concurrency%20limit%20is%20too%20low

bobixaka
Feb 1, 2024

Could be also B Ref: https://docs.splunk.com/Documentation/Splunk/latest/DistSearch/SHCsystemrequirements#:~:text=You%20can%20optionally%20add%20more%20members%20to%20boost%20search%20and%20user%20capacity.

sunil299Option: C
Jan 30, 2021

Answer is C i guess. The SHC is over-tasked with too many scheduled searches, resulting in a high skip ratio https://aditumpartners.com/troubleshooting-splunk-search-head-clusters/

New_user
Mar 6, 2021

If you switch the captain_is_adhoc_searchhead to true, it will stop all the scheduled searches on the captain SH. So, D is better answer

Bianchi
Apr 20, 2022

This,actually , will be worse

willsyOption: D
Oct 16, 2022

D Overall search quota. This quota determines the maximum number of historical searches (combined scheduled and ad hoc) that the cluster can run concurrently. This quota is configured with max_searches_per_cpu and related settings in limits.conf https://docs.splunk.com/Documentation/Splunk/8.2.4/DistSearch/SHCjobscheduling

samme
Nov 21, 2022

Jacking up the max_searches_per_cpu doesn't always solve the problem. There a limit to this strategy. Once you're out of cpu, its going to have large queue and skipped searches. My answer would be B or ensure your scheduled reports are scheduled for exact same time.