using json output plugin of devel branch
alireza-moradi opened this issue · 4 comments
alireza-moradi commented
hi
i have installed ipfixcol2 devel branch for writing output stream in kafka topic , but encounter with segmentation fault error when using json plugin with every output . my os is centos 7 (also test on ubuntu 18.04) and here is my sample conf file:
<outputs>
<!-- Choose one or more of the following outputs -->
<print>
<name>Printer to standard output</name>
</print>
</outputs>
</params>
Lukas955 commented
Hi,
thank you for report, I managed to reproduce the bug. It seems that there is a problem when <print>
output is enabled. I'll try to debug it as soon as possible and I'll let you know.
Lukas955 commented
I fixed the segmentation fault caused by the printer output in devel
branch, so it should work now.
Can you try it?
alireza-moradi commented
tnx , i will test it again and inform u ASAP
alireza-moradi commented
it works fine.
tnx again