Merge pull request #903 from jamtur01/fieldtypo

Fixed reference to tags in add_field documentation
This commit is contained in:
Richard Pijnenburg 2014-01-02 02:21:03 -08:00
commit 6a956e3157

View file

@ -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 {