-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Since version 3.0.4 of this plugin the "default" types.db that should be shipped according documentation is missing:
- Version: > logstash-codec-collectd 3.0.4 (logstash version 5.5)
- Operating System: CentOS 7.3.1611
- Config File (if you have sensitive info, please remove it):
input {
beats {
port => 5044
}
udp {
port => 25826
buffer_size => 1452
add_field => [ "input" , "collectd" ]
}
}
- Sample Data:
[2017-07-18T07:51:31,511][ERROR][logstash.agent ] Cannot create pipeline {:reason=>"You must specify 'typesdb => ...' in your collectd input (I looked for '/usr/share/logstash/vendor/bundle/jruby/1.9/gems/logstash-codec-collectd-3.0.5/vendor/types.db')"}
- Steps to Reproduce:
Install logstash 5.5, types.db is missing with latest installed collectd codec plugin. Downgrade collectd codec by:
./logstash-plugin remove logstash-codec-collectd
./logstash-plugin install --version 3.0.3 logstash-codec-collectd
and the types.db should be back again.
Metadata
Metadata
Assignees
Labels
No labels