-
Notifications
You must be signed in to change notification settings - Fork 907
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
ELK fails to start on MAC M1 #367
Comments
tried building an image from this project, adding this line to the elasticsearch.yml
|
Also getting this as an issue with a Mac M1. Currently on macOS 12.4. But this specific issue seems to be a duplicate of: #357 |
I'm getting the same issue. That issue you referenced looks different to me. |
@syberkitten : did you resolve this issue? Having the same error :/ |
@jgreffe Hey! Did you find the solution? I got the same issue (obviously) |
I ended up doing similar to what was done on this post to get it all working on my M1: |
I had same issue with syscall filter. I was able to run elk stack on M1 using docker with images from this repo. Here's my solution based on docs from https://elk-docker.readthedocs.io/#building-image-arm64 with my extra steps:
Here's also ma config (udp.conf)
|
but I meet something diffrence. Operation Steps : Pull arm64 paltform image: Run: |
Hi
Not able to start the service on Mac OSX M1, getting this error:
Couldn't start Elasticsearch. Exiting.
elk_1 | Elasticsearch log follows below.
elk_1 | [2022-04-26T13:11:01,933][WARN ][o.e.b.JNANatives ] [elk] unable to install syscall filter:
elk_1 | java.lang.UnsupportedOperationException: seccomp unavailable: CONFIG_SECCOMP not compiled into kernel, CONFIG_SECCOMP and CONFIG_SECCOMP_FILTER are needed
Looking it up we probably need to disable this:
Can someone please guide to where / how this can be changed?
The text was updated successfully, but these errors were encountered: