Skip to content

Instantly share code, notes, and snippets.

@calmh
Created September 3, 2015 12:26
Show Gist options
  • Save calmh/faa0b0bff4efe1725b2f to your computer and use it in GitHub Desktop.
Save calmh/faa0b0bff4efe1725b2f to your computer and use it in GitHub Desktop.
reporting-disabled = false
[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"
cluster-tracing = false
[data]
dir = "/var/opt/influxdb/data"
max-wal-size = 104857600
wal-flush-interval = "10m0s"
wal-partition-flush-delay = "2s"
wal-dir = "/var/opt/influxdb/wal"
wal-enable-logging = true
wal-ready-series-size = 30720
wal-compaction-threshold = 0.5
wal-max-series-size = 1048576
wal-flush-cold-interval = "5m0s"
wal-partition-size-threshold = 20971520
[cluster]
force-remote-mapping = false
write-timeout = "5s"
shard-writer-timeout = "5s"
shard-mapper-timeout = "5s"
[retention]
enabled = true
check-interval = "10m0s"
[shard-precreation]
enabled = true
check-interval = "10m0s"
advance-period = "30m0s"
[admin]
enabled = true
bind-address = ":8083"
https-enabled = false
https-certificate = "/etc/ssl/influxdb.pem"
[monitor]
store-enabled = true
store-database = "_internal"
store-interval = "1m0s"
[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"
[[graphite]]
bind-address = ":2003"
database = "graphite"
enabled = false
protocol = "tcp"
batch-size = 1000
batch-timeout = "1s"
consistency-level = "one"
separator = "."
[collectd]
enabled = false
bind-address = ":25826"
database = "collectd"
retention-policy = ""
batch-size = 5000
batch-timeout = "10s"
typesdb = "/usr/share/collectd/types.db"
[opentsdb]
enabled = false
bind-address = ":4242"
database = "opentsdb"
retention-policy = ""
consistency-level = "one"
tls-enabled = false
certificate = "/etc/ssl/influxdb.pem"
[[udp]]
enabled = false
bind-address = ""
database = ""
batch-size = 0
batch-timeout = "0"
[continuous_queries]
log-enabled = true
enabled = true
recompute-previous-n = 2
recompute-no-older-than = "10m0s"
compute-runs-per-interval = 10
compute-no-more-than = "2m0s"
[hinted-handoff]
enabled = true
dir = "/var/opt/influxdb/hh"
max-size = 1073741824
max-age = "168h0m0s"
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