I try to find Influxdb.conf
, but when I download Influxdb2.2
, I find there is no file name Influxdb.conf
, does anyone know how can I find this file?
Asked
Active
Viewed 2,012 times
0

Shabari nath k
- 920
- 1
- 10
- 23

umr
- 59
- 7
1 Answers
1
Configuration has changed in InfluxDB 2. If you want to change some setting to non-default, you have to create config file in one of the supported formats yourself and make sure influxd
will use it.
Please see InfluxDB configuration options for details.

alespour
- 397
- 1
- 5
-
It is help me a lot. Thanks!! – umr Apr 28 '22 at 00:50