mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- remove note about plugin-specific flags since that feature has been
removed - remove flags for web ui (I don't think it has flags anymore)
This commit is contained in:
parent
b7a582e539
commit
048d422cb5
1 changed files with 0 additions and 23 deletions
|
@ -30,26 +30,3 @@ default. </dd>
|
|||
<dt> --pluginpath PLUGIN_PATH </dt>
|
||||
<dd> A colon-delimted path to find other logstash plugins in </dd>
|
||||
</dl>
|
||||
|
||||
Note: Plugins can provide addition command-line flags, such as the
|
||||
[grok](filters/grok) filter. Plugin-specific flags always start with the plugin
|
||||
name, like --grok-foo.
|
||||
|
||||
## Web UI
|
||||
|
||||
The logstash web interface has the following flags (also try using the '--help'
|
||||
flag)
|
||||
|
||||
<dl>
|
||||
<dt> --log FILE </dt>
|
||||
<dd> Log to a given path. Default is stdout. </dd>
|
||||
<dt> --address ADDRESS </dt>
|
||||
<dd> Address on which to start webserver. Default is 0.0.0.0. </dd>
|
||||
<dt> --port PORT </dt>
|
||||
<dd> Port on which to start webserver. Default is 9292. </dd>
|
||||
<dt> -B, --elasticsearch-bind-host ADDRESS </dt>
|
||||
<dd> Address on which to bind elastic search node. </dd>
|
||||
<dt> -b, --backend URL </dt>
|
||||
<dd>The backend URL to use. Default is elasticsearch:/// (assumes multicast discovery).
|
||||
You can specify elasticsearch://[host][:port]/[clustername]</dd>
|
||||
</dl>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue