Skip to content

Commit

Permalink
fix(content): correct example in suggested_output example
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
2 people authored and poiana committed Jan 28, 2025
1 parent db59696 commit 89bb1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/outputs/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 89bb1a3

Please sign in to comment.