mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- use milestone labels instead of the older plugin_status
This commit is contained in:
parent
c855a2f876
commit
1bc0fc13a7
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ require "logstash/namespace"
|
|||
class LogStash::Filters::JsonEncode < LogStash::Filters::Base
|
||||
|
||||
config_name "json_encode"
|
||||
plugin_status "beta"
|
||||
milestone 2
|
||||
|
||||
# Config for json_encode is:
|
||||
#
|
||||
|
|
|
@ -10,7 +10,7 @@ require "set"
|
|||
class LogStash::Filters::Railsparallelrequest < LogStash::Filters::Base
|
||||
|
||||
config_name "railsparallelrequest"
|
||||
plugin_status "experimental"
|
||||
milestone 1
|
||||
|
||||
public
|
||||
def initialize(config = {})
|
||||
|
|
|
@ -9,7 +9,7 @@ require "securerandom"
|
|||
#
|
||||
class LogStash::Filters::Uuid < LogStash::Filters::Base
|
||||
config_name "uuid"
|
||||
plugin_status "beta"
|
||||
milestone 2
|
||||
|
||||
# Add a UUID to a field.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue