Last active
July 9, 2020 11:30
-
-
Save wh13371/a938cf717ea84f607e62221870df8599 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
# Once every 24 hours InfluxDB will report usage data to usage.influxdata.com | |
reporting-disabled = true | |
[meta] | |
# Where the metadata/raft database is stored | |
dir = "/var/lib/influxdb/meta" | |
[data] | |
# The directory where the TSM storage engine stores TSM files. | |
dir = "/var/lib/influxdb/data" | |
# The directory where the TSM storage engine stores WAL files. | |
wal-dir = "/var/lib/influxdb/wal" | |
#The size of the internal cache used in the TSI index to store previously | |
# calculated series results. | |
series-id-set-cache-size = 100 | |
[http] | |
# Determines whether HTTP endpoint is enabled. | |
enabled = true | |
# The bind address used by the HTTP service. | |
bind-address = ":8086" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment