We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LogStash::SHUTDOWN
With the removal of Ruby Execution Engine elastic/logstash#12517 the LogStash::SHUTDOWN was removed. This plugin starts failing on 8.0.
8.0
Build scan: https://app.travis-ci.com/github/logstash-plugins/logstash-output-nagios_nsca/jobs/538358481#L480
Repro line: NA
Reproduces locally?: Yes
Applicable branches: master
master
Failure history:
Failure excerpt:
logstash_1_d54db825a42b | Failures: logstash_1_d54db825a42b | logstash_1_d54db825a42b | 1) LogStash::Outputs::NagiosNsca send send the event to nagios logstash_1_d54db825a42b | Failure/Error: return if event == LogStash::SHUTDOWN logstash_1_d54db825a42b | logstash_1_d54db825a42b | NameError: logstash_1_d54db825a42b | uninitialized constant LogStash::SHUTDOWN logstash_1_d54db825a42b | Did you mean? LogStash::ShutdownSignal logstash_1_d54db825a42b | # ./lib/logstash/outputs/nagios_nsca.rb:69:in `receive' logstash_1_d54db825a42b | # ./spec/outputs/nagios_nsca_spec.rb:26:in `block in <main>'
The text was updated successfully, but these errors were encountered:
/cc @roaksoax for prioritize
Sorry, something went wrong.
Hi there !
What about this issue ? Do you plan to fix this problem with any ETA ? I can't use nagios_nsca output anymore since I upgraded to Elastic 8.4.3.
Thanks for your help (Elastic support told me to contact the dev platform about this issue).
No branches or pull requests
With the removal of Ruby Execution Engine elastic/logstash#12517 the
LogStash::SHUTDOWN
was removed.This plugin starts failing on
8.0
.Build scan:
https://app.travis-ci.com/github/logstash-plugins/logstash-output-nagios_nsca/jobs/538358481#L480
Repro line:
NA
Reproduces locally?:
Yes
Applicable branches:
master
Failure history:
Failure excerpt:
The text was updated successfully, but these errors were encountered: