@@ -24,7 +24,8 @@
- match:
$body: |
/^
- ( index1 \s+
+ (?>
+ index1 \s+
\d \s+ # shard
\d+ \s+ # time
(gateway|replica|snapshot|relocating) \s+ # type
@@ -38,5 +39,5 @@
\d+ \s+ # bytes
\d+\.\d+% \s+ # bytes_percent
\n
- )++
+ )+
$/