mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
5a964b7272
commit
9745e9906d
1 changed files with 0 additions and 6 deletions
|
@ -35,12 +35,6 @@ module LogStash::Config::Mixin
|
|||
attr_accessor :config
|
||||
attr_accessor :original_params
|
||||
|
||||
CONFIGSORT = {
|
||||
Symbol => 0,
|
||||
String => 0,
|
||||
Regexp => 100,
|
||||
}
|
||||
|
||||
PLUGIN_VERSION_1_0_0 = LogStash::Util::PluginVersion.new(1, 0, 0)
|
||||
PLUGIN_VERSION_0_9_0 = LogStash::Util::PluginVersion.new(0, 9, 0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue