diff --git a/centreon-plugins/database/elasticsearch/restapi/mode/nodestatistics.pm b/centreon-plugins/database/elasticsearch/restapi/mode/nodestatistics.pm index ddeb99f9c..018527687 100644 --- a/centreon-plugins/database/elasticsearch/restapi/mode/nodestatistics.pm +++ b/centreon-plugins/database/elasticsearch/restapi/mode/nodestatistics.pm @@ -162,13 +162,13 @@ Example: --filter-counters='heap' Threshold warning. Can be: 'jvm-heap-usage', 'disk-free', -'documents-total', 'data-size', 'vm-heap-usage-bytes'. +'documents-total', 'data-size', 'jvm-heap-usage-bytes'. =item B<--critical-*> Threshold critical. Can be: 'jvm-heap-usage', 'disk-free', -'documents-total', 'data-size', 'vm-heap-usage-bytes'. +'documents-total', 'data-size', 'jvm-heap-usage-bytes'. =back