Skip to content

In version 3.0.4 and up the default types.db is missing #27

@rule88

Description

@rule88

Since version 3.0.4 of this plugin the "default" types.db that should be shipped according documentation is missing:

https://www.elastic.co/guide/en/logstash/5.5/plugins-codecs-collectd.html#plugins-codecs-collectd-typesdb

  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions