mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
fix one more instance of 'myfilter' -> %PLUGIN%
This commit is contained in:
parent
8a2708045a
commit
ad6fba3500
1 changed files with 3 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue