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:
Pier-Hugues Pellerin 2016-03-22 10:05:51 -04:00
parent bfd35a6e5c
commit 9f9781aae4

View file

@ -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
----------------------------------