diff --git a/content/kapacitor/v1.6/administration/configuration.md b/content/kapacitor/v1.6/administration/configuration.md index 205ef3cff..79af48966 100644 --- a/content/kapacitor/v1.6/administration/configuration.md +++ b/content/kapacitor/v1.6/administration/configuration.md @@ -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`.