I have installed the v2.1 release candidate (well, it’s not an install…just an unzip), but the beta unzip and run did not create a conf file.
Looking at https://docs.influxdata.com/influxdb/v2.1/get-started/#start-with-influxdb-oss , it talks about including start up flags. And I see an optional section about setting up the CLI by creating a config file. I assume that step is for more than just CLI setup? Is there more documentation about config file setup and the various options in 2.1?
When we download v2.1 we are not getting Influxdb.conf but when we go with v1.8 we are getting it by default. How or where can we get Influxdb.conf in v2.1.
What are we talking about now? InfluxDBv1 or InfluxDBv2?
InfluxDBv1 and InfluxDBv2 are very different, you can’t use config files from InfluxDBv1 for InfluxDBv2.
If you want to configure InfluxDBv1 please read the documentation for v1, if you want to configure InfluxDBv2 please read the documentation for v2.
Not quite correct. You can customize your InfluxDB configuration by using cli flags, setting environment variables, or defining configuration options in a configuration file.
Please read the documentation: