diff --git a/centreon-plugins/apps/elasticsearch/mode/cluster.pm b/centreon-plugins/apps/elasticsearch/mode/cluster.pm index d8e36fd47..2b445ff9a 100644 --- a/centreon-plugins/apps/elasticsearch/mode/cluster.pm +++ b/centreon-plugins/apps/elasticsearch/mode/cluster.pm @@ -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)