Description
Hi,
I am building an AMI ( with pre installed fluentd and this plugin ). It was working fine for several months. But recently it seems to be broken. I see that dev activity picked up again.
I was using this command
/usr/sbin/td-agent-gem install fluent-plugin-aws-elasticsearch-service
But now it fails with compilation of strptime-0.1.9 and in the corresponding
mkmf.log I see gcc trying to compile something. We do not have gcc in our AMI.
Is this expected ? Dependency on strptime-0.1.9 .. is it newly added?
How do I install the latest fluent-plugin-aws-elasticsearch-service ?
As a workaround, I am using this command
/usr/sbin/td-agent-gem install fluent-plugin-aws-elasticsearch-service -v 0.1.6
But want to use the latest fluent-plugin-aws-elasticsearch-service