s12v / awsbeats

AWS Kinesis plugin for Filebeat
Apache License 2.0
61 stars 26 forks source link

Custom docker images containing unusable plugin so file #45

Closed mumoshu closed 5 years ago

mumoshu commented 6 years ago

That is, running any beat with our usual command heartbeat --plugin kinesis.so within a container fails. The docker image is built by running make heartbeat-image, and the error message is flag redefined: strict.perms.

As far as I remember, this error happens when when you built beat and awsbeats against different version of libbeat. Actually I encountered it before while implementing #17, and thought I had managed to fix it completely. Probably something has changed externally since then, which revived the issue.

I'll submit a fix asap.

mumoshu commented 5 years ago

I believe this is already fixed as noted in https://github.com/s12v/awsbeats/pull/46#issuecomment-451708746