<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Hi,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Example syslog-ng config:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family: Consolas, Courier, monospace;">@version: 3.24</span><span><br>
</span>
<div><span style="font-family: Consolas, Courier, monospace;">@include "scl.conf"</span><br>
</div>
<div><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">source s_local {</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">  example-msg-generator(freq(0.2));</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">};</span></div>
<div><span style="font-family: Consolas, Courier, monospace;">destination d_file {</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">  file("/home/alltilla/Work/install/OSE/files/file.txt");</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">};</span></div>
<div><span style="font-family: Consolas, Courier, monospace;">log {</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">  source(s_local);</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">  destination(d_file);</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">};</span><br>
</div>
<span></span><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Example logrotate config:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div><span style="font-family: Consolas, Courier, monospace;">/home/alltilla/Work/install/OSE/files/file.txt {</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">  rotate 8</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">  size 1k</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">  postrotate</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">    /home/alltilla/Work/install/OSE/sbin/syslog-ng-ctl reload</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">  endscript</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">  compress</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">  missingok</span><br>
</div>
<span style="font-family: Consolas, Courier, monospace;">}</span><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span><br>
</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span>Running logrotate every 2 seconds:</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family: Consolas, Courier, monospace;">$ logrotate etc/logrotate.conf -s var/status.tmp</span><span><br>
</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span><br>
</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span>Files outputted:</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span><span style="font-family: Consolas, Courier, monospace;">-rw------- 1 alltilla 1,6K dec   10 09:23 file.txt</span><span><br>
</span>
<div><span style="font-family: Consolas, Courier, monospace;">-rw------- 1 alltilla  109 dec   10 09:23 file.txt.1.gz</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">-rw------- 1 alltilla  109 dec   10 09:23 file.txt.2.gz</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">-rw------- 1 alltilla  109 dec   10 09:23 file.txt.3.gz</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">-rw------- 1 alltilla  111 dec   10 09:23 file.txt.4.gz</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">-rw------- 1 alltilla  108 dec   10 09:22 file.txt.5.gz</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">-rw------- 1 alltilla  109 dec   10 09:22 file.txt.6.gz</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">-rw------- 1 alltilla  104 dec   10 09:22 file.txt.7.gz</span><br>
</div>
<div><span style="font-family: Consolas, Courier, monospace;">-rw------- 1 alltilla  103 dec   10 09:22 file.txt.8.gz</span><br>
</div>
<span></span><br>
</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span>Regards,</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span>Attila</span></div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> William Luiz Ribeiro Vasconcelos Da Silva <wsilva_ericsson@timbrasil.com.br><br>
<b>Sent:</b> Thursday, December 5, 2019 2:30 PM<br>
<b>To:</b> Attila Szakacs (aszakacs) <Attila.Szakacs@oneidentity.com>; syslog-ng@lists.balabit.hu <syslog-ng@lists.balabit.hu><br>
<b>Subject:</b> RE: How to syslog-ng execute shell script</font>
<div> </div>
</div>
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div style="background-color:#FFEB9C; width:100%; border-style:solid; border-color:#9C6500; border-width:1pt; padding:2pt; font-size:10pt; line-height:12pt; font-family:'Calibri'; color:Black; text-align:left">
<span style="color:#9C6500; font-weight:bold">CAUTION:</span> This email originated from outside of the organization. Do not follow guidance, click links, or open attachments unless you recognize the sender and know the content is safe.</div>
<br>
<div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Attila,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<span><br>
</span>
<div>I believe there would be no problem with the file size.<br>
</div>
<div><br>
</div>
<span>You would have an example of how to use this logrotate. so that you can "gzip" the generated files?</span><br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<span><br>
</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<span><br>
</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<span>Regards,</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<span>William </span></div>
<br>
<font size="-2">Esta mensagem, incluindo seus anexos, pode conter informações privilegiadas e/ou de caráter confidencial, não podendo ser retransmitida sem autorização do remetente. Se você não é o destinatário ou pessoa autorizada para recebê-la, informamos
 que o seu uso, divulgação, cópia ou arquivamento são proibidos. Portanto, se você recebeu esta mensagem por engano, por favor nos informe respondendo imediatamente a este e-mail e delete o seu conteúdo.
<p>This message, including its attachments, may contain privileged or confidential information, and it must not be fowarded without the express authorization of the sender. If you are not the intended recipient, we hereby inform you that the use, disclosure,
 copy or filing are forbidden. So, if you received this message as a mistake, please inform us by answering this e-mail and deleting its contents
</p>
<p>Questo messaggio, inclusi gli allegati, potrebbe contenere informazioni privilegiate e/o riservate, e non deve essere ritrasmesse senza l'autorizzazione del mittente. Se non siete il destinatario o la persona autorizzata a riceverlo, informiamo che il suo
 utilizzo, diffusione, copia o archiviazione sono proibite. Quindi, se avete ricevuto questo messaggio per errore, per cortesia ci informi rispondendo immediatamente a questa email e cancelli il suo contenuto
</font></p>
</div>
</div>
</body>
</html>