Re-enabled collectd codec in test_plugins script (#15857)

This commit is contained in:
Andrea Selva 2024-01-26 17:31:31 +01:00 committed by GitHub
parent 3f5b44a1ad
commit 8657ce9d21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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),