C/C++ application talking with fluentd

940 views
Skip to first unread message

Rogerio Bastos

unread,
Dec 17, 2014, 2:30:13 PM12/17/14
to flu...@googlegroups.com
Hi,

Is there any library or documentation about C/C++ application exporting log directly to fluentd ?
I want to write a apache/nginx plugin to log in fluentd. I know about in_tail pluging but a want avoid it because performance questions.

Kiyoto Tamura

unread,
Dec 17, 2014, 3:30:32 PM12/17/14
to flu...@googlegroups.com
For nginx, you might want to take a look at this: https://github.com/fluent/nginx-fluentd-module

--
You received this message because you are subscribed to the Google Groups "Fluentd Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Check out Fluentd, the open source data collector to unify log management.

Mr. Fiber

unread,
Dec 17, 2014, 3:36:46 PM12/17/14
to flu...@googlegroups.com
Hi

I know about in_tail pluging but a want avoid it because performance questions.


You can test in_tail performance with this config files.

Is there any library or documentation about C/C++ application exporting log directly to fluentd ?

Fluentd project doesn't have official C/C++ client but some users implement it with following protocol.


kiyoto's link is one example but nginx module uses json.
msgpack is more better than json for high performance.


Masahiro


--

Rogerio Bastos

unread,
Dec 18, 2014, 12:13:28 PM12/18/14
to flu...@googlegroups.com
Thanks guys, it's exactly what I am looking for.
Reply all
Reply to author
Forward
0 new messages