I’m trying to use Graylog in a docker-compose project on a Synology NAS with DSM Version 7.2.2.
Graylog Datanode reports an error because SECCOMP doesn’t seem to be installed on Synology DSM. I think I understand the problem, but there is nothing I can do about the Synology system.
Is there a docker-compose config option to disable SECCOMP check? I tried to add bootstrap.system_call_filter: false to the opensearch.yml file in the mounted volume, but as soon as I restart the container this option is removed.
And in addition it seems this option is anyways removed from the current opensearch version. So there seems to be no way to get opensearch running on the Synology system right now.
I can’t find a datanode.conf file in any of the volumes.
I tried to add an evironment variable to the docker compose yml, but that didn’t work:
OPENSEARCH_BOOTSTRAP_SYSTEM_CALL_FILTER: false