Hi
I have some logs files which are currently unable to send directly to logstash. Those logs are consists of multiple lines of data as data blocks.
For example;
CompanyName: XYZ Pvt Ltd
Date & Time: 2018-09-28 00:03:47.312
Some value: xxx
Some text: abcd
So on, it has multiple lines
END:
CompanyName: ABC Pvt Ltd
Date & Time: 2018-09-28 00:02:20.312
Some value: xxx
Some text: abcdddd
So on, it has multiple lines
END:
I can find a starting point and an end point.
How can I inject these type of logs to logstash? Can somebody help me, please?
Thanks in advance,
Luke.