mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Plugins need to have a plugin_status set
Added comment & line for plugin_status
This commit is contained in:
parent
cc5d6e8b9e
commit
34f5cad8b1
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ Now add the code:
|
||||||
# foo { ... }
|
# foo { ... }
|
||||||
# }
|
# }
|
||||||
config_name "foo"
|
config_name "foo"
|
||||||
|
# need to set a plugin_status
|
||||||
|
plugin_status "experimental"
|
||||||
|
|
||||||
# Replace the message with this value.
|
# Replace the message with this value.
|
||||||
config :message, :validate => :string
|
config :message, :validate => :string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue