influxdb/services/opentsdb
Jason Wilder 668181d275 Make log statements more consistent
* Capitalize first letter of message
* Log all services staring consistently
* Remove some extraneous log statements in meta.Store
* Log data dirs for meta, data and hinted handoff
2015-08-13 10:01:42 -06:00
..
README.md Minor updates to openTSDB README 2015-06-12 12:06:58 -07:00
config.go add TLS support to the OpenTSDB plugin 2015-07-31 12:00:22 -06:00
config_test.go Fix go vet 2015-08-05 12:16:17 -06:00
handler.go Fix spelling errors in comments and strings. 2015-06-28 02:54:34 -04:00
service.go Make log statements more consistent 2015-08-13 10:01:42 -06:00
service_test.go Export WaitForLeader on MetaStore 2015-06-11 11:10:07 -07:00

README.md

openTSDB Input

InfluxDB supports both the telnet and HTTP openTSDB protocol. This means that InfluxDB can act as a drop-in replacement for your openTSDB system.

Configuration

The openTSDB input allows the binding address, target database, and target retention policy within that database, to be set. If the database does not exist, it will be created automatically when the input is initialized. If you also decide to configure retention policy (without configuration the input will use the auto-created default retention policy), both the database and retention policy must already exist.

The write-consistency-level can also be set. If any write operations do not meet the configured consistency guarantees, an error will occur and the data will not be indexed. The default consistency-level is ONE.