testing output, both with default field names and shorthand aliases
This commit is contained in:
parent
742607ec9b
commit
9bb904b155
|
@ -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*
|
||||||
|
)
|
||||||
|
$/
|
||||||
|
|
Loading…
Reference in New Issue