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",
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",