Created
September 9, 2016 02:54
-
-
Save elmobp/b59c5a30ea2c0ac404cff4dd33fa8617 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
reporting-disabled = false | |
[meta] | |
dir = "/var/lib/influxdb/meta" | |
retention-autocreate = true | |
logging-enabled = true | |
pprof-enabled = false | |
lease-duration = "1m0s" | |
[data] | |
enabled = true | |
dir = "/var/lib/influxdb/data" | |
wal-dir = "/var/lib/influxdb/wal" | |
wal-logging-enabled = true | |
[coordinator] | |
write-timeout = "10s" | |
max-concurrent-queries = 0 | |
query-timeout = "0" | |
log-queries-after = "0" | |
max-select-point = 0 | |
max-select-series = 0 | |
max-select-buckets = 0 | |
[retention] | |
enabled = true | |
check-interval = "30m" | |
[shard-precreation] | |
enabled = true | |
check-interval = "10m" | |
advance-period = "30m" | |
[monitor] | |
[admin] | |
enabled = true | |
bind-address = ":8083" | |
https-enabled = false | |
https-certificate = "/etc/ssl/influxdb.pem" | |
[http] | |
enabled = true | |
bind-address = ":8086" | |
auth-enabled = false | |
log-enabled = true | |
write-tracing = false | |
pprof-enabled = false | |
https-enabled = false | |
https-certificate = "/etc/ssl/influxdb.pem" | |
max-row-limit = 10000 | |
realm = "InfluxDB" | |
[subsciber] | |
enabled = true | |
http-timeout = "30s" | |
[[graphite]] | |
enabled = false | |
[[collectd]] | |
enabled = true | |
bind-address = ":25826" # the bind address | |
database = "collectd" # Name of the database that will be written to | |
retention-policy = "" | |
batch-size = 5000 # will flush if this many points get buffered | |
batch-pending = 10 # number of batches that may be pending in memory | |
batch-timeout = "10s" | |
read-buffer = 0 # UDP read buffer size, 0 means to use OS default | |
typesdb = "/opt/collectd/share/collectd/types.db" | |
[[opentsdb]] | |
enabled = false | |
[[udp]] | |
enabled = false | |
[continuous_queries] | |
log-enabled = true | |
enabled = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment