testing output, both with default field names and shorthand aliases

This commit is contained in:
szroland 2015-06-21 10:34:44 +02:00
parent 742607ec9b
commit 9bb904b155
1 changed files with 15 additions and 0 deletions

View File

@ -36,3 +36,18 @@
(\d+|\d+[.]\d+)(kb|b) \s* (\d+|\d+[.]\d+)(kb|b) \s*
) )
$/ $/
- do:
cat.indices:
v: false
h: i,cd,cds,creation.date,creation.date.string
- match:
$body: |
/^(
index1 \s+
(\d+) \s+
(\d\d\d\d\-\d\d\-\d\d T\d\d:\d\d:\d\d.\d\d\d\+\d\d:\d\d) \s+
(\d+) \s+
(\d\d\d\d\-\d\d\-\d\d T\d\d:\d\d:\d\d.\d\d\d\+\d\d:\d\d) \s*
)
$/