mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Make the sample command easier to follow
A tiny change suggestion due to: - `-SIGHUP` was mentioned in the previous text - `-SIGHUP` is easier to read than `-1` - `-1` can be easily mixed up with `-l` Fixes #10592
This commit is contained in:
parent
07eb8ea005
commit
863a0c44e0
1 changed files with 1 additions and 1 deletions
2
docs/static/reloading-config.asciidoc
vendored
2
docs/static/reloading-config.asciidoc
vendored
|
@ -25,7 +25,7 @@ process running Logstash. For example:
|
|||
|
||||
[source,shell]
|
||||
----------------------------------
|
||||
kill -1 14175
|
||||
kill -SIGHUP 14175
|
||||
----------------------------------
|
||||
|
||||
Where 14175 is the ID of the process running Logstash.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue