Skip to content
New issue

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

elasticsearch 7.17.7 'seccomp unavailable' warning #21

Open
Herzog65 opened this issue Feb 13, 2023 · 1 comment
Open

elasticsearch 7.17.7 'seccomp unavailable' warning #21

Herzog65 opened this issue Feb 13, 2023 · 1 comment

Comments

@Herzog65
Copy link

Building an ES 7.17.7 images works fine. But when starting the container following warning occurs:
{"type": "server", "timestamp": "2023-02-10T11:20:19,414Z", "level": "WARN", "component": "o.e.b.JNANatives", "cluster.name": "elasticsearch", "node.name": "5a5deb5d2b0b", "message": "unable to install syscall filter: ",
"stacktrace": ["java.lang.UnsupportedOperationException: seccomp unavailable: 's390x' architecture unsupported",

@vibhutisawant
Copy link
Collaborator

Elasticsearch does not support system call filters for s390x arch. However, this does not affect the functionality of Elasticsearch and therefore the warning can be ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants