mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Missing Command line flags from the documentation
With the addition of the API we have added 2 options to control the behavior of the webserver, the port and IP address to bind. This PR add them to the documentation. Fixes #4867
This commit is contained in:
parent
bfd35a6e5c
commit
9f9781aae4
1 changed files with 6 additions and 0 deletions
6
docs/static/command-line-flags.asciidoc
vendored
6
docs/static/command-line-flags.asciidoc
vendored
|
@ -63,6 +63,12 @@ Logstash has the following flags. You can use the `--help` flag to display this
|
|||
--reload-interval RELOAD_INTERVAL
|
||||
Specifies how often Logstash checks the config files for changes. The default is every 3 seconds.
|
||||
|
||||
--http-host WEB_API_HTTP_HOST
|
||||
Web API binding host (default: "127.0.0.1")
|
||||
|
||||
--http-port WEB_API_HTTP_PORT
|
||||
Web API http port (default: 9600)
|
||||
|
||||
-h, --help
|
||||
Print help
|
||||
----------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue