Skip to content

Backward compatibility on the Loggable mixin which is not available on Logstash 2.4.1

License

Notifications You must be signed in to change notification settings

logstash-plugins/logstash-loggable-bwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logstash-loggable-bwc

Backward compatibility for the Loggable mixin which is not available on Logstash 2.4.1

In your Logstash plugin gemspec add/change

  s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60.5", "<= 2.99"
  s.add_runtime_dependency 'logstash-loggable-bwc'

Then in you plugin replace any require "logstash/util/loggable" with require "logstash-loggable-bwc"

About

Backward compatibility on the Loggable mixin which is not available on Logstash 2.4.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages