exam questions

Exam SPLK-2002 All Questions

View all questions & answers for the SPLK-2002 exam

Exam SPLK-2002 topic 1 question 10 discussion

Actual exam question from Splunk's SPLK-2002
Question #: 10
Topic #: 1
[All SPLK-2002 Questions]

Which index-time props.conf attributes impact indexing performance? (Select all that apply.)

  • A. REPORT
  • B. LINE_BREAKER
  • C. ANNOTATE_PUNCT
  • D. SHOULD_LINEMERGE
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ChantreyC
Highly Voted 3 years, 10 months ago
BCD - pg141-143 architecting splunk pdf
upvoted 21 times
...
dpharker
Highly Voted 2 years, 7 months ago
Selected Answer: BC
Answers are BCD - pq 141 Architecting Splunk pdf
upvoted 9 times
marinatedcohort
1 year, 1 month ago
verified in PDF, pg 141 as dpharker stated
upvoted 1 times
...
...
bobixaka
Most Recent 10 months, 1 week ago
Selected Answer: BD
This is a very tricky question. Answer C is questionable. Architecting PDF pages141 and 143 states that Indexing time improves significantly by including the ANNOTATE_PUNCT parameter. Troubleshooting PDF page 52 shows the "Great 8" rules per sourcetype will maximize the indexing performance, but they don't include the ANNOTATE_PUNCT parameter.
upvoted 1 times
...
Untaked
10 months, 3 weeks ago
I will just SAY BCD are the correct ones and left this Annotation Processor configured ANNOTATE_PUNCT = <boolean> * Determines whether to index a special token starting with "punct::" * The "punct::" key contains punctuation in the text of the event. It can be useful for finding similar events * If it is not useful for your dataset, or if it ends up taking too much space in your index it is safe to disable it * Default: true
upvoted 1 times
...
frappe
2 years, 4 months ago
Selected Answer: BD
Nothing in Splunk's docs specifically say that ANNOTATE_PUNCT will improve performance (it obviously will but so will a ton of other settings, and it's negligible), whereas it's consistently called out that LINE_BREAKER and SHOULD_LINEMERGE go hand in hand and will affect performance greatly. Is the exam tricking us? from props.conf: * NOTE: You get a significant boost to processing speed when you use LINE_BREAKER to delimit multi-line events (as opposed to using SHOULD_LINEMERGE to reassemble individual lines into multi-line events). * When using LINE_BREAKER to delimit events, SHOULD_LINEMERGE should be set to false, to ensure no further combination of delimited events occurs.
upvoted 4 times
...
RedYeti
2 years, 7 months ago
Selected Answer: CD
Answers are B, C and D: ANNOTATE_PUNCT (AP) and SHOULD_LINEMERGE (LM) which goes hand-in-hand with LINE_BREAKER (LB). See chapter "Tune props.conf" of Architecting Splunk Enterprise Deployment. The best indexing pipelines test results are when AP and LM (so LB too) are configured.
upvoted 5 times
...
manu78
3 years, 8 months ago
bcd are correct
upvoted 3 times
...
sunil299
3 years, 10 months ago
Answer should be C and D ANNOTATE_PUNCT = <boolean> * If it is not useful for your dataset, or if it ends up taking too much space in your index it is safe to disable it * Default: true
upvoted 1 times
New_user
3 years, 9 months ago
Answer CD was right. 1) The REPORT option is used to order stanzas when extracting fields 2) ANNOTATE_PUNKT extracts punctuation characters from events (and doesn't influence common performance) 3) LINE_BREAKER helps to separate multi-line events to different lines (improves performance) 4) SHOULD_LINEMERGE combines lines of data to multiline events (decreases performance). Source: https://docs.splunk.com/Documentation/Splunk/8.1.2/Admin/Propsconf
upvoted 3 times
SasnycoN
2 years, 9 months ago
From what you just said we can clearly see that B is also Correct as it affects performance.
upvoted 1 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...