Kapacitor: Clean up configuration file locations (#3836)

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
pull/3830/head^2
pierwill 2022-03-07 13:57:06 -06:00 committed by GitHub
parent 823459b276
commit 348c099f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -29,11 +29,11 @@ Any property key can be located by following its path in the configuration file
Values for configuration keys are declared in the configuration file.
#### Kapacitor configuration file location
Kapacitor looks for configuration files at specific locations depends on your operating system:
Kapacitor looks for configuration files at specific locations, depending on your operating system:
**Linux**: `/etc/kapacitor/kapacitor.conf`
**macOS**: `/usr/local/etc/kapacitor.conf`
**Windows**: _same directory as the `kapacitord.exe`._
- **Linux**: `/etc/kapacitor/kapacitor.conf`
- **macOS**: `/usr/local/etc/kapacitor.conf`
- **Windows**: _same directory as `kapacitord.exe`_
Define a custom location for your `kapacitor.conf` at startup with the `-config` flag.
The path to the configuration file can also be declared using the environment variable `KAPACITOR_CONFIG_PATH`.