Skip to content

Commit

Permalink
Update common-filters.md (#7386)
Browse files Browse the repository at this point in the history
Community member pointed out the error in the remove_field field.

Signed-off-by: Heather Halter <[email protected]>
  • Loading branch information
hdhalter authored Jun 14, 2024
1 parent b3be382 commit 9f50903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tools/logstash/common-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Logstash supports a few common options for all filter plugins:
Option | Description
:--- | :---
`add_field` | Adds one or more fields to the event.
`remove_field` | Removes one or more events from the field.
`remove_field` | Removes one or more fields from the event.
`add_tag` | Adds one or more tags to the event. You can use tags to perform conditional processing on events depending on which tags they contain.
`remove_tag` | Removes one or more tags from the event.

Expand Down

0 comments on commit 9f50903

Please sign in to comment.