Skip to content

Commit 729c80b

Browse files
authored
in_exec: add explanation <parse> and <extract> (#636)
Closes: #388 Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent ff8c73b commit 729c80b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

input/exec.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ Refer these for more details about `parse` section:
9999
* [Parser Plugin Overview](../parser/)
100100
* [Parse Section Configuration](../configuration/parse-section.md)
101101

102+
If you specify `format` in `<source>`, there is a case that `<parse>` section could be omitted.
103+
But that is deprecated v0.12 compatible notation, recommend to specify `<parse>` section explicitly.
104+
102105
#### `@type`
103106

104107
| type | default | version |
@@ -137,6 +140,8 @@ Overwrites the default value in this plugin.
137140
| :--- | :--- | :--- |
138141
| false | false | 0.14.9 |
139142

143+
If you specify `tag` in `<source>`, `<extract>` section could be omitted.
144+
140145
See [Extract section configurations](../configuration/extract-section.md).
141146

142147
#### `time_type`

0 commit comments

Comments
 (0)