Merge pull request #54 from alcy/master

Web backend url - doc fix
This commit is contained in:
Jordan Sissel 2011-09-22 18:18:13 -07:00
commit 9da42ef472

View file

@ -34,5 +34,6 @@ name, like --grok-foo.
<dt> --port PORT </dt>
<dd> Port on which to start webserver. Default is 9292. </dd>
<dt> --backend URL </dt>
<dd> The backend URL to use. Default is elasticsearch://localhost:9200/ </dd>
<dd>The backend URL to use. Default is elasticsearch:/// (assumes multicast discovery).
You can specify elasticsearch://[host][:port]/[clustername]</dd>
</dl>