Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions input/exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ Refer these for more details about `parse` section:
* [Parser Plugin Overview](../parser/)
* [Parse Section Configuration](../configuration/parse-section.md)

If you specify `format` in `<source>`, there is a case that `<parse>` section could be omitted.
But that is deprecated v0.12 compatible notation, recommend to specify `<parse>` section explicitly.

#### `@type`

| type | default | version |
Expand Down Expand Up @@ -137,6 +140,8 @@ Overwrites the default value in this plugin.
| :--- | :--- | :--- |
| false | false | 0.14.9 |

If you specify `tag` in `<source>`, `<extract>` section could be omitted.

See [Extract section configurations](../configuration/extract-section.md).

#### `time_type`
Expand Down