<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="Osso Notes">
<title></title></head>
<body>
<p>----- Original message -----
<br>> Hello,
<br>>
<br>> I have one question, does syslog-ng OSE support multiline parsing logs?
<br>> i have one applications that send multiline messages and syslog-ng save
<br>> the log of the first line only.
<br>>
<br>> Thanks for your support in adavnce,
<br>>
<br>
<br>syslog-ng core is multiline aware, however a transport is needed that supports multiline messages.
<br>
<br>such a transport is udp(), which has other issues. syslog() with either udp, tcp or tls supports multiline messages.
<br>
<br>similarly unix-dgram should work for locally generated multiline messages.
<br>
<br>the only missing thing is the ability to read local files and recognize multiline barriers, but Algernon is working on solving this.<br></p>
</body>
</html>