Splunk Core Certified Advanced Power User — Question 34

For single line event sourcetypes, it is most efficient to set SHOULD_LINEMERGE to what value?

Answer options

Correct answer: B

Explanation

Setting SHOULD_LINEMERGE to False is optimal for single line event sourcetypes, as it prevents the merging of multiple lines into a single event, which is unnecessary in this case. The other options, such as True, <regex string>, and Newline Character, do not suit single line events and may lead to unnecessary processing overhead.