Skip to content

plugin fail if tags is not defined on config file #5

@egarbi

Description

@egarbi

According to documentation, default value for tags is "[]", and it is not required.
However, this error is coming if I don’t define tags on config file:

NoMethodError: undefined method `join' for nil:NilClass
  format_message at /opt/logstash/lib/logstash/outputs/s3.rb:351
         receive at /opt/logstash/lib/logstash/outputs/s3.rb:302
          handle at /opt/logstash/lib/logstash/outputs/base.rb:86
      initialize at (eval):41
            call at org/jruby/RubyProc.java:271
          output at /opt/logstash/lib/logstash/pipeline.rb:266
    outputworker at /opt/logstash/lib/logstash/pipeline.rb:225
   start_outputs at /opt/logstash/lib/logstash/pipeline.rb:152

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