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

For Running on MAC M2 need need bootstrap.system_call_filter: false in elasticsearch.yml #385

Closed
novaview opened this issue May 19, 2024 · 2 comments

Comments

@novaview
Copy link

Thank you for maintaining this image.

On my M2 Mac, I see the same issue as reported in the following StackOverflow issue - https://stackoverflow.com/questions/50314586/elasticsearch-fails-to-start-config-seccomp-and-config-seccomp-filter-are-neede

The solution is to set bootstrap.system_call_filter: false in elasticsearch.yml

Any suggestions on easiest steps for doing this when using the elk-docker image?

Thanks

@novaview
Copy link
Author

Solved by starting the container after it had initially exited, and then go into the container shell via DockerDesktop and add bootstrap.system_call_filter: false in elasticsearch.yml found in /etc/elasticsearch .

@spujadas
Copy link
Owner

Thanks, will add this to the documentation!

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