# report usage statistics to influxdb company reporting-enabled = false [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" # Trace logging provides more verbose output around the tsm engine. Turning # this on can provide more useful output for debugging tsm engine issues. trace-logging-enabled = false [logging] format = "auto" level = "info"