All logs on 1 line

I want to get my SAP log's into logstash.
The problem is SAP writes all his logs after each other without a new line. between 2 log lines it puts ******** instead of a new line.
I know I can use split to separate them but won't it read the whole line again each time there is a new log?
It's a line with more then 10million chars so I think it won't be very effecient to reread the whole line.

Bert

You might need a custom codec for that. How are you ingesting the file right now? Over the network? Local file?

atm i'm just doing it with a local file. If I can get it to work it will get it over the network.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.