mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Merge pull request #903 from jamtur01/fieldtypo
Fixed reference to tags in add_field documentation
This commit is contained in:
commit
6a956e3157
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class LogStash::Filters::Base < LogStash::Plugin
|
|||
config :remove_tag, :validate => :array, :default => []
|
||||
|
||||
# If this filter is successful, add any arbitrary fields to this event.
|
||||
# Tags can be dynamic and include parts of the event using the %{field}
|
||||
# Field names can be dynamic and include parts of the event using the %{field}
|
||||
# Example:
|
||||
#
|
||||
# filter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue