diff --git a/database/elasticsearch/restapi/mode/nodestatistics.pm b/database/elasticsearch/restapi/mode/nodestatistics.pm index 018527687..482c79d47 100644 --- a/database/elasticsearch/restapi/mode/nodestatistics.pm +++ b/database/elasticsearch/restapi/mode/nodestatistics.pm @@ -161,14 +161,14 @@ Example: --filter-counters='heap' =item B<--warning-*> Threshold warning. -Can be: 'jvm-heap-usage', 'disk-free', -'documents-total', 'data-size', 'jvm-heap-usage-bytes'. +Can be: 'data-size', 'disk-free', 'documents-total', +'jvm-heap-usage' (in %), 'jvm-heap-usage-bytes'. =item B<--critical-*> Threshold critical. -Can be: 'jvm-heap-usage', 'disk-free', -'documents-total', 'data-size', 'jvm-heap-usage-bytes'. +Can be: 'data-size', 'disk-free', 'documents-total', +'jvm-heap-usage' (in %), 'jvm-heap-usage-bytes'. =back