From 093aee5596023a983ed9516953c1ab4f3ee4e124 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Fri, 17 Jul 2026 16:33:17 +0900 Subject: [PATCH] in_exec: add explanation and Closes: #388 Signed-off-by: Kentaro Hayashi --- input/exec.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/input/exec.md b/input/exec.md index e28b98f5..7b8c37ce 100644 --- a/input/exec.md +++ b/input/exec.md @@ -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 ``, there is a case that `` section could be omitted. +But that is deprecated v0.12 compatible notation, recommend to specify `` section explicitly. + #### `@type` | type | default | version | @@ -137,6 +140,8 @@ Overwrites the default value in this plugin. | :--- | :--- | :--- | | false | false | 0.14.9 | +If you specify `tag` in ``, `` section could be omitted. + See [Extract section configurations](../configuration/extract-section.md). #### `time_type`