mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 12:31:13 +00:00
25 lines
471 B
Plaintext
25 lines
471 B
Plaintext
|
# Bind address to use for the RPC service for backup and restore.
|
||
|
bind-address = "127.0.0.1:8088"
|
||
|
[meta]
|
||
|
dir = "/var/lib/influxdb/meta"
|
||
|
[data]
|
||
|
dir = "/var/lib/influxdb/data"
|
||
|
wal-dir = "/var/lib/influxdb/wal"
|
||
|
series-id-set-cache-size = 100
|
||
|
[http]
|
||
|
enabled = true
|
||
|
bind-address = ":8086"
|
||
|
auth-enabled = true
|
||
|
[logging]
|
||
|
[subscriber]
|
||
|
[[graphite]]
|
||
|
[[collectd]]
|
||
|
[[opentsdb]]
|
||
|
[[udp]]
|
||
|
[continuous_queries]
|
||
|
[tls]
|
||
|
[coordinator]
|
||
|
[retention]
|
||
|
[shard-precreation]
|
||
|
[monitor]
|