Kapacitor: Clean up configuration file locations (#3836)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>pull/3830/head^2
parent
823459b276
commit
348c099f29
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue