Skip to content

Instantly share code, notes, and snippets.

@jhofeditz
Created July 12, 2015 22:37
Show Gist options
  • Save jhofeditz/934d8e7f296be1501707 to your computer and use it in GitHub Desktop.
Save jhofeditz/934d8e7f296be1501707 to your computer and use it in GitHub Desktop.
[meta]
dir = "/var/opt/influxdb/meta"
hostname = "localhost"
bind-address = ":8088"
retention-autocreate = true
election-timeout = "1s"
heartbeat-timeout = "1s"
leader-lease-timeout = "500ms"
commit-timeout = "50ms"
[data]
dir = "/ssd/influxdb/data"
[cluster]
write-timeout = "5s"
shard-writer-timeout = "5s"
[retention]
enabled = true
check-interval = "10m"
[admin]
enabled = true
bind-address = ":8083"
[http]
enabled = true
bind-address = ":8086"
auth-enabled = true
log-enabled = true
write-tracing = false
pprof-enabled = false
[[graphite]]
enabled = false
[collectd]
enabled = false
[opentsdb]
enabled = false
[udp]
enabled = false
[monitoring]
enabled = true
write-interval = "24h"
[continuous_queries]
enabled = true
recompute-previous-n = 2
recompute-no-older-than = "10m"
compute-runs-per-interval = 10
compute-no-more-than = "2m"
[hinted-handoff]
enabled = true
dir = "/var/opt/influxdb/hh"
max-size = 1073741824
max-age = "168h"
retry-rate-limit = 0
retry-interval = "1s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment