File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
140145See [ Extract section configurations] ( ../configuration/extract-section.md ) .
141146
142147#### ` time_type `
You can’t perform that action at this time.
0 commit comments