Application cookbook which installs and configures OpenTSDB.
This cookbook provides a dead-simple installation and configuration of OpenTSDB. It provides a single resource for an instance of tsdb. The default recipe will quickly get you started.
The default recipe installs Java 8 and configures OpenTSDB on a node using the opentsdb_instance resource.below.
For a more granular configuration take a look at the resource.
opentsdb_instance "test" do
bind '127.0.0.1'
port 5012
core_auto_create_metrics true
search_enable true
end