I am trying to extract the below file into single log, but it got breaks into two or more files in splunk
Sample file :
PING 20.152.32.XXX (20.152.32.XXX) 56(84) bytes of data.
64 bytes from 20.152.32.XXX: icmp_seq=1 ttl=248 time=67.9 ms
64 bytes from 20.152.32.XXX: icmp_seq=2 ttl=248 time=68.2 ms
64 bytes from 20.152.32.XXX: icmp_seq=3 ttl=248 time=68.1 ms
64 bytes from 20.152.32.XXX: icmp_seq=4 ttl=248 time=68.2 ms
--- 20.152.32.XXX ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 67.926/68.153/68.276/0.134 ms
What need to changed in the props.conf
[lala_pop]
BREAK_ONLY_BEFORE = PING\s+\d+.\d+.\d+.\d+
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = true
Appreciate you help. Thanks
... View more