You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logstash 8.0 is securing it's HTTP API endpoint, for details please see: #13196
The initial implementation skipped a few things due limitations of the web server used (Puma).
Logstash will need to consider alternatives in terms of an embeddable web server or (preferably) resolve these issues with Puma:
Logstash 8.0 is securing it's HTTP API endpoint, for details please see: #13196
The initial implementation skipped a few things due limitations of the web server used (Puma).
Logstash will need to consider alternatives in terms of an embeddable web server or (preferably) resolve these issues with Puma:
NOTE: Puma upstream changes are only on master branch and are not going to be part of the current 5.6 stable branch ...
The text was updated successfully, but these errors were encountered: