From d90616fdee79d7bdad4c1f3267e873dd2e25b197 Mon Sep 17 00:00:00 2001 From: andsel Date: Tue, 21 Jan 2020 09:40:00 +0100 Subject: [PATCH] Added clarification that configuration force reload doesn't work on WinOS Fixes #11520 --- docs/static/reloading-config.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/reloading-config.asciidoc b/docs/static/reloading-config.asciidoc index fee08bc8e..5fe784f2c 100644 --- a/docs/static/reloading-config.asciidoc +++ b/docs/static/reloading-config.asciidoc @@ -21,7 +21,7 @@ checks the config files for changes (in seconds). If Logstash is already running without auto-reload enabled, you can force Logstash to reload the config file and restart the pipeline by sending a SIGHUP (signal hangup) to the -process running Logstash. For example: +process running Logstash, but it's not supported on Windows OS. For example: [source,shell] ----------------------------------