diff --git a/docs/sources/send-data/promtail/configuration.md b/docs/sources/send-data/promtail/configuration.md index ce1e329c7ea0..7d210b7ec47a 100644 --- a/docs/sources/send-data/promtail/configuration.md +++ b/docs/sources/send-data/promtail/configuration.md @@ -43,6 +43,13 @@ For more detailed information on configuring how to discover and scrape logs fro targets, see [Scraping]({{< relref "./scraping" >}}). For more information on transforming logs from scraped targets, see [Pipelines]({{< relref "./pipelines" >}}). +## Reload at runtime + +Promtail can reload its configuration at runtime. If the new configuration +is not well-formed, the changes will not be applied. +A configuration reload is triggered by sending a `SIGHUP` to the Promtail process or +sending a HTTP POST request to the `/reload` endpoint (when the `--server.enable-runtime-reload` flag is enabled). + ### Use environment variables in the configuration You can use environment variable references in the configuration file to set values that need to be configurable during deployment. diff --git a/docs/sources/shared/configuration.md b/docs/sources/shared/configuration.md index 8c2413e26250..be44ae74ca75 100644 --- a/docs/sources/shared/configuration.md +++ b/docs/sources/shared/configuration.md @@ -24,13 +24,6 @@ is especially useful in making sure your config files and flags are being read a `-log-config-reverse-order` is the flag we run Loki with in all our environments, the config entries are reversed so that the order of configs reads correctly top to bottom when viewed in Grafana's Explore. -## Reload at runtime - -Promtail can reload its configuration at runtime. If the new configuration -is not well-formed, the changes will not be applied. -A configuration reload is triggered by sending a `SIGHUP` to the Promtail process or -sending a HTTP POST request to the `/reload` endpoint (when the `--server.enable-runtime-reload` flag is enabled). - ## Configuration file reference To specify which configuration file to load, pass the `-config.file` flag at the diff --git a/docs/templates/configuration.template b/docs/templates/configuration.template index d5a9f750559d..47945146b210 100644 --- a/docs/templates/configuration.template +++ b/docs/templates/configuration.template @@ -24,13 +24,6 @@ is especially useful in making sure your config files and flags are being read a `-log-config-reverse-order` is the flag we run Loki with in all our environments, the config entries are reversed so that the order of configs reads correctly top to bottom when viewed in Grafana's Explore. -## Reload at runtime - -Promtail can reload its configuration at runtime. If the new configuration -is not well-formed, the changes will not be applied. -A configuration reload is triggered by sending a `SIGHUP` to the Promtail process or -sending a HTTP POST request to the `/reload` endpoint (when the `--server.enable-runtime-reload` flag is enabled). - ## Configuration file reference To specify which configuration file to load, pass the `-config.file` flag at the