2025-08-20T16:19:58.371+0530 INFO \[index-management\] idxmgmt/std.go:184 Set output.elasticsearch.index to ‘filebeat-7.12.1’ as ILM is enabled.
2025-08-20T16:19:58.371+0530 WARN \[cfgwarn\] tlscommon/config.go:101 DEPRECATED: Treating the CommonName field on X.509 certificates as a host name when no Subject Alternative Names are present is going to be removed. Please update your certificates if needed. Will be removed in version: 8.0.0
2025-08-20T16:19:58.373+0530 INFO eslegclient/connection.go:99 elasticsearch url: https://127.0.0.1:16577
2025-08-20T16:19:58.373+0530 WARN \[tls\] tlscommon/tls_config.go:98 SSL/TLS verifications disabled.
2025-08-20T16:19:58.373+0530 INFO \[publisher\] pipeline/module.go:113 Beat name: test
runtime/cgo: pthread_create failed: Operation not permitted
SIGABRT: abort
@kirankalelkar I’ve got the same behaviour on Ubuntu 24.04. It looks like related to the seccomp.
I’ve used this setting and filbeat worked at every run in both 22.04 and 24.04. I had no issues in Ubuntu 20.04
export FILEBEAT_SEC_COMP=false
According to the GitHub issue it should be fixed in 7.15 or 7.16. However, I understand that you’re connecting directly to OpenSearch and all versions above 7.13 will fail to connect due to version check.
The alternative is to use a newer version of the Filebeat with Logstash and Logstash OpenSearch output plugin.