Skip to content

Instantly share code, notes, and snippets.

@wh13371
Last active July 9, 2020 11:30
Show Gist options
  • Save wh13371/a938cf717ea84f607e62221870df8599 to your computer and use it in GitHub Desktop.
Save wh13371/a938cf717ea84f607e62221870df8599 to your computer and use it in GitHub Desktop.
# 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