|
@@ -16,7 +16,8 @@ GET /_cat/health?v
|
|
|
epoch timestamp cluster status node.total node.data shards pri relo init unassign pending_tasks max_task_wait_time active_shards_percent
|
|
|
1475871424 16:17:04 elasticsearch green 1 1 5 5 0 0 0 0 - 100.0%
|
|
|
--------------------------------------------------
|
|
|
-// TESTRESPONSE[s/1475871424 16:17:04/\\d+ \\d+:\\d+:\\d+/ s/elasticsearch/[^ ]+/ s/0 -/\\d+ -/ _cat]
|
|
|
+// TESTRESPONSE[s/1475871424 16:17:04/\\d+ \\d+:\\d+:\\d+/]
|
|
|
+// TESTRESPONSE[s/elasticsearch/[^ ]+/ s/0 -/\\d+ (-|\\d+(\\.\\d+)?[ms]+)/ _cat]
|
|
|
|
|
|
It has one option `ts` to disable the timestamping:
|
|
|
|
|
@@ -34,7 +35,7 @@ which looks like:
|
|
|
cluster status node.total node.data shards pri relo init unassign pending_tasks max_task_wait_time active_shards_percent
|
|
|
elasticsearch green 1 1 5 5 0 0 0 0 - 100.0%
|
|
|
--------------------------------------------------
|
|
|
-// TESTRESPONSE[s/elasticsearch/[^ ]+/ s/0 -/\\d+ -/ _cat]
|
|
|
+// TESTRESPONSE[s/elasticsearch/[^ ]+/ s/0 -/\\d+ (-|\\d+(\\.\\d+)?[ms]+)/ _cat]
|
|
|
|
|
|
A common use of this command is to verify the health is consistent
|
|
|
across nodes:
|