logarithm
Version:
The Middleware For Web-Server To Record Hits In ElasticSearch.
35 lines • 982 B
text/xml
<arguments>
<arg command name="url">
The ElasticSearch URL.
If protocol is not given, `http` is assumed.
</arg>
<arg boolean name="stats" short="s">
Display statistics by indices.
</arg>
<arg boolean name="templates" short="T">
List all index templates.
</arg>
<arg boolean name="delete" short="d">
Delete an index, snapshot or pipeline.
Used with the relevant flag.
</arg>
<arg string name="index" short="i">
Select an index for operations.
</arg>
<arg string name="pipeline" short="p">
Create a pipeline with `User-Agent`
and `GeoIp` plugins.
</arg>
<arg boolean name="pipelines" short="P">
Display installed pipelines.
</arg>
<arg boolean name="snapshots" short="S">
List registered snapshot repositories.
</arg>
<arg boolean name="help" short="h">
Print the help information and exit.
</arg>
<arg boolean name="version" short="v">
Show the version's number and exit.
</arg>
</arguments>