diff --git a/docs/flags.md b/docs/flags.md
index ee14036c1..fc9113426 100644
--- a/docs/flags.md
+++ b/docs/flags.md
@@ -11,7 +11,16 @@ The logstash agent has the following flags (also try using the '--help' flag)
- -f, --config CONFIGFILE
- Load the logstash config from a specific file, directory, or a wildcard. If given a directory or wildcard, config files will be read in order lexigraphically.
-- --log FILE
+- -e CONFIGSTRING
+- Use the given string as the configuration data. Same syntax as the
+config file. If not input is specified, 'stdin { type => stdin }' is
+default. If no output is specified, 'stdout { debug => true }}' is
+default.
+- -w, --filterworks COUNT
+- Run COUNT filter workers (default: 1)
+- --watchdog-timeout TIMEOUT
+- Set watchdog timeout value.
+- -l, --log FILE
- Log to a given path. Default is to log to stdout
- -v
- Increase verbosity. There are multiple levels of verbosity available with
@@ -26,6 +35,9 @@ name, like --grok-foo.
## Web UI
+The logstash web interface has the following flags (also try using the '--help'
+flag)
+
- --log FILE
- Log to a given path. Default is stdout.
@@ -33,7 +45,9 @@ name, like --grok-foo.
- Address on which to start webserver. Default is 0.0.0.0.
- --port PORT
- Port on which to start webserver. Default is 9292.
-- --backend URL
+- -B, --elasticsearch-bind-host ADDRESS
+- Address on which to bind elastic search node.
+- -b, --backend URL
- The backend URL to use. Default is elasticsearch:/// (assumes multicast discovery).
You can specify elasticsearch://[host][:port]/[clustername]