<div dir="ltr">There is also a shell script which generates a basic destination skeleton. You can find its source on this brach: <a href="https://github.com/juhaszviktor/syslog-ng/tree/f/plugin-creator">https://github.com/juhaszviktor/syslog-ng/tree/f/plugin-creator</a>   . Check the dev-utils/plugin_skeleton_creator directory and this commit for the usage: <a href="https://github.com/juhaszviktor/syslog-ng/commit/89361d4d1817560ce8c906209355f1b737a28010">https://github.com/juhaszviktor/syslog-ng/commit/89361d4d1817560ce8c906209355f1b737a28010</a></div><div class="gmail_extra"><br><div class="gmail_quote">2016-01-22 11:33 GMT+01:00 Marc Falzon <span dir="ltr">&lt;<a href="mailto:m@baha.mu" target="_blank">m@baha.mu</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Bazsi,<br>
<span class=""><br>
<br>
On Friday 22 January 2016 at 11:28, Scheidler, Balázs wrote:<br>
<br>
&gt; not really, but maybe I would read the &quot;official&quot; modules source code instead. and of course you can ask questions on the mailing list. :)<br>
<br>
<br>
</span>Yes that&#39;s what I&#39;ve started to do, but a proper documentation is preferable, saves time and avoid confusion ;)<br>
<span class=""><br>
&gt; if you want to create a destination, the easiest is to create a threaded destination, where the output is an independent thread, that can use a synchronous API. Of course this is going to be slower than using an asynchronous implementation, but that usually is good enough,<br>
<br>
</span>Thank you for the hint. Given my use case (HTTP destination) I think I&#39;m safe to go with an asynchronous implementation since each request is stateless, no connections/locks involved.<br>
<span class="HOEnZb"><font color="#888888"><br>
m.<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt; On Fri, Jan 22, 2016 at 11:03 AM, Marc Falzon &lt;<a href="mailto:m@baha.mu">m@baha.mu</a> (mailto:<a href="mailto:m@baha.mu">m@baha.mu</a>)&gt; wrote:<br>
&gt; &gt; Hi<br>
&gt; &gt;<br>
&gt; &gt; Is there any documentation on how to develop new syslog-ng module using the native C API, besides reading the incubator modules source code?<br>
&gt; &gt;<br>
&gt; &gt; Cheers,<br>
&gt; &gt;<br>
&gt; &gt; m.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; ______________________________________________________________________________<br>
&gt; &gt; Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" rel="noreferrer" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
&gt; &gt; Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" rel="noreferrer" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
&gt; &gt; FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" rel="noreferrer" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
&gt;<br>
&gt;<br>
&gt; ______________________________________________________________________________<br>
&gt; Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" rel="noreferrer" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
&gt; Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" rel="noreferrer" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
&gt; FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" rel="noreferrer" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
<br>
<br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" rel="noreferrer" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" rel="noreferrer" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" rel="noreferrer" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
</div></div></blockquote></div><br></div>