CESNET/ipfixcol2

using json output plugin of devel branch

alireza-moradi opened this issue · 4 comments

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:

UDP collector udp 5555 JSON output json formatted formatted formatted true true true true false false false false
    <outputs>
        <!-- Choose one or more of the following outputs -->
        <print>
            <name>Printer to standard output</name>
        </print>

    </outputs>
</params>

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.

I fixed the segmentation fault caused by the printer output in devel branch, so it should work now.
Can you try it?

tnx , i will test it again and inform u ASAP

it works fine.
tnx again