ExamGecko
Question list
Search
Search

Question 92 - SPLK-1003 discussion

Report
Export

What is the default value of LINE_BREAKER?

A.
\r\n
Answers
A.
\r\n
B.
([\r\n]+)
Answers
B.
([\r\n]+)
C.
\r+\n+
Answers
C.
\r+\n+
D.
(\r\n+)
Answers
D.
(\r\n+)
Suggested answer: B

Explanation:

Reference:

https://docs.splunk.com/Documentation/SplunkCloud/8.2.2105/Data/Configureeventlinebreaking

Line breaking, which uses the LINE_BREAKER setting to split the incoming stream of data into separate lines. By default, the LINE_BREAKER value is any sequence of newlines and carriage returns.

In regular expression format, this is represented as the following string: ([\r\n]+). You don't normally need to adjust this setting, but in cases where it's necessary, you must configure it in the props.conf configuration file on the forwarder that sends the data to Splunk Cloud Platform or a Splunk Enterprise indexer. The LINE_BREAKER setting expects a value in regular expression format.

asked 23/09/2024
Kristian Gutierrez
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first