Created
July 1, 2015 19:16
-
-
Save miguelcnf/1fed9e9901f46d2fef1e to your computer and use it in GitHub Desktop.
influxdb_0_9_cluster_config
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 = true | |
[admin] | |
bind-address = ":8083" | |
enabled = true | |
[cluster] | |
shard-writer-timeout = "5s" | |
[continuous_queries] | |
compute-no-more-than = "2m0s" | |
compute-runs-per-interval = 10 | |
enabled = true | |
recompute-no-older-than = "10m0s" | |
recompute-previous-n = 2 | |
[data] | |
dir = "/var/opt/influxdb/data" | |
retention-auto-create = true | |
retention-check-enabled = true | |
retention-check-period = "10m" | |
retention-create-period = "45m0s" | |
[[graphite]] | |
bind-address = ":2003" | |
database = "graphite" | |
enabled = false | |
ignore-unnamed = true | |
name-position = "last" | |
name-schema = "type.host.measurement.device" | |
name-separator = "." | |
protocol = "tcp" | |
[hinted-handoff] | |
dir = "/var/opt/influxdb/hh" | |
enabled = true | |
max-age = "168h0m0s" | |
max-size = 1073741824 | |
retry-interval = "1s" | |
retry-rate-limit = 0 | |
[http] | |
auth-enabled = false | |
bind-address = ":8086" | |
enabled = true | |
log-enabled = true | |
pprof-enabled = false | |
write-tracing = false | |
[meta] | |
bind-address = ":8088" | |
commit-timeout = "50ms" | |
dir = "/var/opt/influxdb/meta" | |
election-timeout = "1s" | |
heartbeat-timeout = "1s" | |
hostname = "172.31.254.103" | |
leader-lease-timeout = "500ms" | |
peers = ["172.31.254.103:8088","172.31.254.104:8088","172.31.254.105:8088"] | |
retention-autocreate = true | |
[monitoring] | |
enabled = false | |
write-interval = "1m0s" | |
[retention] | |
check-interval = "10m0s" | |
enabled = true | |
replication = 3 | |
[shard-precreation] | |
advance-period = "30m0s" | |
check-interval = "10m0s" | |
enabled = true | |
[snapshot] | |
enabled = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment