From 348c099f292f7a68c74f1723e2e27ba9a7004f84 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Mon, 7 Mar 2022 13:57:06 -0600 Subject: [PATCH] Kapacitor: Clean up configuration file locations (#3836) Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> --- content/kapacitor/v1.6/administration/configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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`.