You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, while not specifically a chef-td-agent problem, anybody using this chef recipe will run into issues with the update or install action, because the http://packages.treasuredata.com/2/ubuntu/bionic 404s (or rather has issues -- see chef output below). I understand the s3 bucket won't let people browse the directory.
It appears the hosting for these packages has updated to somewhere else:
Hi there, while not specifically a chef-td-agent problem, anybody using this chef recipe will run into issues with the update or install action, because the http://packages.treasuredata.com/2/ubuntu/bionic 404s (or rather has issues -- see chef output below). I understand the s3 bucket won't let people browse the directory.
It appears the hosting for these packages has updated to somewhere else:
For example, Ubuntu users can find repos hosted here instead:
https://td-agent-package-browser.herokuapp.com/2/ubuntu/
https://td-agent-package-browser.herokuapp.com/4/ubuntu/
While not the responsibility of this package, it would be great if the domain names resolved to the correct hosting location.
Otherwise, I suspect a change would be needed to update recipes/install.rb URI paths.
Here's my chef output of the relevant lines failing during
update
action:While I can set my attributes to use a newer td-agent, my immediate need is that we can still install td-agent 2
default['td_agent']['version'] = '2'
I run into different problems to solve if jumping to td-agent 4.
I'm technically identifying two problems:
The text was updated successfully, but these errors were encountered: