Created
February 29, 2016 00:36
-
-
Save kylebrandt/8c09c87fd3147fb51bc3 to your computer and use it in GitHub Desktop.
OpenTSDB Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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