Skip to content

Instantly share code, notes, and snippets.

@itxx00
Forked from kylebrandt/opentsdb.conf
Created April 15, 2019 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itxx00/ae56cb8c0d74e1bcac816bb5c81e23a9 to your computer and use it in GitHub Desktop.
Save itxx00/ae56cb8c0d74e1bcac816bb5c81e23a9 to your computer and use it in GitHub Desktop.
OpenTSDB Configuration
tsd.core.auto_create_metrics=true
tsd.core.meta.enable_realtime_ts=false
tsd.core.meta.enable_realtime_uid=false
tsd.core.meta.enable_tsuid_incrementing=false
tsd.core.meta.enable_tracking=false
tsd.core.plugin_path=
tsd.core.tree.enable_processing=false
tsd.http.cachedir=/tmp/tsd
tsd.http.request.cors_domains=*
tsd.http.request.enable_chunked=true
tsd.http.request.max_chunk=33554432
tsd.http.show_stack_trace=true
tsd.http.staticroot=/usr/share/opentsdb/static
tsd.network.async_io=false
tsd.network.bind=0.0.0.0
tsd.network.keep_alive=true
tsd.network.port=4242
tsd.network.reuse_address=true
tsd.network.tcp_no_delay=true
tsd.network.worker_threads=
tsd.rtpublisher.enable=false
tsd.rtpublisher.plugin=
tsd.search.enable=false
tsd.search.plugin=
tsd.stats.canonical=false
tsd.storage.enable_compaction=false
tsd.storage.flush_interval=1000
tsd.storage.hbase.data_table=tsdb
tsd.storage.hbase.uid_table=tsdb-uid
tsd.storage.hbase.zk_basedir=/hbase
tsd.storage.hbase.zk_quorum=ny-tsdb01,ny-tsdb02,ny-tsdb03
tsd.storage.fix_duplicates=true
tsd.core.socket.timeout = 120
tsd.storage.enable_appends=true
tsd.storage.repair_appends=true
tsd.query.allow_simultaneous_duplicates=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment