Hello All,
I have configured the inputs and props but unable to see the data in splunk.
I have around 20 monitor stanza and all of them have same source type, below is my monitor stanza
File to be monitored is below
archive.log.DYYYYMMDD.Tnnnnnn
[monitor:///opt/sw/ss/splunklogs/archive.log.*.*]
index=abc
disabled = 0
sourcetype=es:test:sd:logs
Sample log file is below:
where YYYYMMDD-Date ex-20220412
nnnnnn-6 digit timestamp ex- 171300
Below is props conf
[es:test:sd:logs]
SHOULD_LINEMERGE=true
BREAK_ONLY_BEFORE= ^[\d+\-\d+\-\d+\s+\d+\d:+\d+:\d+.\d+\d+]
MAX_TIMESTAMP_LOOKAHEAD=28
TIME_FORMAT=%d-%m-%y %H:%M:%S.%N
TIME_PREFIX=^\w
Below is the data on which REGEX was done.
[2022-04-04 23:10:30.643]
Please let me know if there anything wrong in my configurations
in internal logs for log level error it shows below error.
StreamId:123456 had parsing error:unexpected character while expecting ' : ' : ' , '
... View more