treasure-data / chef-td-agent

Chef Cookbook for td-agent (Treasure Agent or Fluentd)
https://supermarket.chef.io/cookbooks/td-agent
Apache License 2.0
127 stars 121 forks source link

cookbook installs fluentd 0.14.21 #102

Closed AlexMorreale closed 7 years ago

AlexMorreale commented 7 years ago

Im wondering if this is an expected behavior being that fluentd 0.14.21 is not even officially released and i would expect this to install 0.12.X.

Most of our pipeline is breaking because of this of this release.

AlexMorreale commented 7 years ago

sorry i just found this in the docs

Another problem: if you install the plugin which depends on fluentd v0.14, gem installs fluentd v0.14 together even if you installed fluentd v0.12. This is unexpected result for fluentd v0.12 users.

I think this might our problem.