Skip to content

Commit 7ceb131

Browse files
committed
Fixed type on yaml parser types field in configuring parser doc. Part of issue #1865.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent c2e140e commit 7ceb131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/parsers/configuring-parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ parsers:
6464
time_key: time
6565
time_format: '%Y-%m-%dT%H:%M:%S.%L'
6666
time_keep: on
67-
types: 'pid:integer'
67+
types: pid:integer
6868
```
6969
7070
{% endtab %}

0 commit comments

Comments
 (0)