Refs #6339 - fix help
This commit is contained in:
parent
1c3ca4bec7
commit
0f2e7ecd50
|
@ -138,11 +138,11 @@ Check Elasticsearch cluster health
|
|||
|
||||
=item B<--hostname>
|
||||
|
||||
IP Addr/FQDN of the Bluemind host
|
||||
IP Addr/FQDN of the Elasticsearch host
|
||||
|
||||
=item B<--port>
|
||||
|
||||
Port used by InfluxDB API (Default: '8086')
|
||||
Port used by Elasticsearch API (Default: '9200')
|
||||
|
||||
=item B<--proto>
|
||||
|
||||
|
@ -150,7 +150,7 @@ Specify https if needed (Default: 'http')
|
|||
|
||||
=item B<--urlpath>
|
||||
|
||||
Set path to get influxdb information (Default: '/db')
|
||||
Set path to get Elasticsearch information (Default: '/')
|
||||
|
||||
=item B<--credentials>
|
||||
|
||||
|
@ -164,10 +164,6 @@ Specify username for API authentification
|
|||
|
||||
Specify password for API authentification
|
||||
|
||||
=item B<--indice-uid>
|
||||
|
||||
Specify Cluster indice
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Threshold for HTTP timeout (Default: 3)
|
||||
|
|
Loading…
Reference in New Issue