The time column should accept integer ms or floating point seconds
@@ -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