We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am having trouble with the cookbook with Chef 11 on Ubuntu 14.04
receiving uninitialized constant Fluent::ExMonitorAgentInput::MONITOR_INFO (NameError) from chef with custom json(as YAML)
uninitialized constant Fluent::ExMonitorAgentInput::MONITOR_INFO (NameError)
td_agent: api_key: <API_KEY> plugins: ['filter'] version: '2' includes: true
I believe the problem is that it is not installing the correct version of td-agent/fluentd (should be td-agent 2.x.x fluentd 0.12.x)
$ fluentd --version fluentd 1.0.0
when I try and pin the version it seems like it is not getting into the recipe.
td_agent: api_key: <API_KEY> plugins: ['filter'] version: '2.3.6' pin_version: true includes: true
results in
http://packages.treasuredata.com/0/ubuntu/trusty/dists/trusty/contrib/binary-amd64/Packages 404 Not Found [IP: 54.230.19.91 80]
any advice? is my config wrong?
The text was updated successfully, but these errors were encountered:
found a workaround, just removed the td-agent monitoring plugin.
Sorry, something went wrong.
I think you meant pinning_version instead of pin_version
pinning_version
pin_version
No branches or pull requests
I am having trouble with the cookbook with Chef 11 on Ubuntu 14.04
receiving
uninitialized constant Fluent::ExMonitorAgentInput::MONITOR_INFO (NameError)
from chef with custom json(as YAML)I believe the problem is that it is not installing the correct version of td-agent/fluentd (should be td-agent 2.x.x fluentd 0.12.x)
when I try and pin the version it seems like it is not getting into the recipe.
results in
any advice? is my config wrong?
The text was updated successfully, but these errors were encountered: