mirror of
https://github.com/elastic/logstash.git
synced 2025-06-27 17:08:55 -04:00
Re-enabled collectd codec in test_plugins script (#15857)
This commit is contained in:
parent
3f5b44a1ad
commit
8657ce9d21
1 changed files with 1 additions and 2 deletions
|
@ -220,8 +220,7 @@ PLUGIN_DEFINITIONS = [
|
|||
PluginDefinition.new('logstash-input-snmp', :tier2, :input),
|
||||
PluginDefinition.new('logstash-input-sqs', :tier2, :input),
|
||||
PluginDefinition.new('logstash-input-twitter', :tier2, :input),
|
||||
# Removed because of https://github.com/logstash-plugins/logstash-codec-collectd/issues/32
|
||||
#PluginDefinition.new('logstash-codec-collectd', :tier2, :codec),
|
||||
PluginDefinition.new('logstash-codec-collectd', :tier2, :codec),
|
||||
PluginDefinition.new('logstash-codec-dots', :tier2, :codec),
|
||||
PluginDefinition.new('logstash-codec-fluent', :tier2, :codec),
|
||||
PluginDefinition.new('logstash-codec-graphite', :tier2, :codec),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue