Skip to content

Commit

Permalink
- add stub of web flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed May 6, 2011
1 parent 371db99 commit 9eae758
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ The logstash agent has the following flags (also try using the '--help' flag)
<dt> --pluginpath PLUGIN_PATH </dt>
<dd> A colon-delimted path to find other logstash plugins in </dd>
</dl>

## Web UI

-l, --log FILE Log to a given path. Default is stdout.
-a, --address ADDRESS Address on which to start webserver. Default is 0.0.0.0.
-p, --port PORT Port on which to start webserver. Default is 9292.
-b, --backend URL The backend URL to use. Default is elasticserach://localhost:9200/

0 comments on commit 9eae758

Please sign in to comment.