From 89bb1a389f553cebb59c8d73bd7c71afbd538240 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Thu, 16 Jan 2025 12:27:22 +0100 Subject: [PATCH] fix(content): correct example in `suggested_output` example Co-authored-by: Federico Di Pierro Signed-off-by: Leonardo Grasso --- content/en/docs/concepts/outputs/formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/outputs/formatting.md b/content/en/docs/concepts/outputs/formatting.md index 670008591..43d65b0ec 100644 --- a/content/en/docs/concepts/outputs/formatting.md +++ b/content/en/docs/concepts/outputs/formatting.md @@ -69,7 +69,7 @@ append_output: - suggested_output: true # Enable the use of extractor plugins' suggested fields for all matching sources. ``` -When `suggested_output` is set to `true`, any extractor plugin that provides "suggested" fields will add them to the output in the form `plugin_field_name=$plugin.field`. +When `suggested_output` is set to `true`, any extractor plugin that provides "suggested" fields will add them to the output in the form `plugin_field_name=$plugin.field_name`. ### Command-Line Usage