Answers for "logstash-plugin undefined method `headers'"

0

logstash-plugin undefined method `headers'

# Instead of using dots anywhere in the plugin path, i.e.:

bin/logstash-plugin install --no-verify ./myplugin.gem
bin/logstash-plugin install --no-verify ../someFolder/myplugin.gem


# do this:
bin/logstash-plugin install --no-verify myplugin.gem
Posted by: Guest on April-23-2021

Browse Popular Code Answers by Language