Custom beat not working flag redefined: strict.perms

Hi, I've created a custom protocol beat using the python script scripts/create_tcp_protocol.py.

I've tweaked some things that we're not ok in the code like

(*common.IPPortTuple) entries in trans.go

So, i've managed to compile my module successfully.

But I'm getting a flag redefinition error when I try to run it.

flag redefined: strict.perms is the error.

It seems that scripts/create_tcp_protocol.py is based on a template that uses a legacy configuration structure?

How can i avoid that?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.