Fixed regex in cat.recovery REST tes

The time column should accept integer ms or floating point seconds
This commit is contained in:
Clinton Gormley 2016-03-16 17:22:00 +01:00
parent 055234c893
commit 0543d46c1d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
(
index1 \s+
\d \s+ # shard
\d+ms \s+ # time
(?:\d+ms|\d+(?:\.\d+)?s) \s+ # time in ms or seconds
(store|replica|snapshot|relocating) \s+ # type
(init|index|verify_index|translog|finalize|done) \s+ # stage
[-\w./]+ \s+ # source_host