Closed yadakhov closed 3 years ago
It's likely because the current attribute/default.rb is set to 2.2.0, combined with install.rb deriving the wrong path to install a recent version of td-agent. Version 2 appears to be deprecated, or at least has been pruned from http://packages.treasuredata.com.
To fix it you'll need to pin the version to 3.
default['td_agent']['version'] = 3
Some unhelpful advice: you could always abandon this and go with the shell-installer script, but then you'll need to deploy any configurations you previous defined from this recipe.
I am unable to install td-agent with Ubuntu Bionic 18.04 LTS.