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
Snapshot versions of Logtstash 7.16.0, 8.0.0 and 8.1.0
Logstash installation source (e.g. built from source, with a package manager: DEB/RPM, expanded from tar or zip archive, docker)
Tested on docker and from command line
How is Logstash being run (e.g. as a service/service manager: systemd, upstart, etc. Via command line, docker/kubernetes)
JVM (e.g. java -version):
Bundled JVM
OS version (uname -a if on a Unix-like system):
Description of the problem including expected versus actual behavior:
When attempting to access any of the Logstash API, an internal server error is returned, with no error message in the logs.
However, running in debug, the following error line is output:
Logstash information:
Please include the following information:
bin/logstash --version
)Snapshot versions of Logtstash
7.16.0
,8.0.0
and8.1.0
Tested on docker and from command line
JVM (e.g.
java -version
):Bundled JVM
OS version (
uname -a
if on a Unix-like system):Description of the problem including expected versus actual behavior:
When attempting to access any of the Logstash API, an internal server error is returned, with no error message in the logs.
However, running in debug, the following error line is output:
This appears to be related to this jruby error - it only manifests on
aarch64
nodes as far as I can tell.Further testing has shown that downgrading to Puma to
4.x
resolves the error, but it persists in all versions of5.x
. See https://logstash-ci.elastic.co/job/elastic+logstash+master+multijob-aarch64-docker-acceptance/flavor=full,nodes=aarch64/80/console for an example docker integration test using a downgraded version of pumaSteps to reproduce:
Requires
aarch64
enabled nodes, such ast4g
graviton node type on AWShttp://localhost:9600
Provide logs (if relevant):
The text was updated successfully, but these errors were encountered: