Skip to content

Instantly share code, notes, and snippets.

@kylebrandt
Created February 29, 2016 00:36
Show Gist options
  • Select an option

  • Save kylebrandt/8c09c87fd3147fb51bc3 to your computer and use it in GitHub Desktop.

Select an option

Save kylebrandt/8c09c87fd3147fb51bc3 to your computer and use it in GitHub Desktop.

Revisions

  1. kylebrandt created this gist Feb 29, 2016.
    36 changes: 36 additions & 0 deletions opentsdb.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    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