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
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",
The text was updated successfully, but these errors were encountered:
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.
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",
The text was updated successfully, but these errors were encountered: