August 7, 2020
OpenTSDB Cookbook
https://github.com/acaiafa/opentsdb-cookbook
OpenTSDB Cookbook
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.
Basic Usage
The default recipe installs Java 8 and configures OpenTSDB on a node using the opentsdb_instance resource below.
Advanced Usage
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