fix one more instance of 'myfilter' -> %PLUGIN%

This commit is contained in:
Jordan Sissel 2013-01-02 15:50:58 -08:00
parent 8a2708045a
commit ad6fba3500

View file

@ -60,8 +60,9 @@ class LogStash::Filters::Base < LogStash::Plugin
# }
# }
#
# On success, myfilter will then add field 'sample' with the value above
# and the %{@source} piece replaced with that value from the event.
# On success, the %PLUGIN% plugin will then add field 'sample' with the
# value above and the %{@source} piece replaced with that value from the
# event.
config :add_field, :validate => :hash, :default => {}
RESERVED = ["type", "tags", "add_tag", "remove_tag", "add_field", "exclude_tags"]