Bootstrap checks failed

I’m getting the below error

[2019-08-15T13:30:46,649][ERROR][o.e.b.Bootstrap ] [enysvlalb452] node validation exception
[1] bootstrap checks failed
[1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk

When I specify the network.host to 127.0.0.1 , its working but not when I specify the IPV4 address.

I’d check the elastic.co documentation. One of your settings is failing the bootstrap checks, so there is an insecure configuration item that needs to be set. The bootstrap checks are enforced when running on the externally facing address, but not on a local loopback such as is typically done in development.

Thanks @kiowajoe . The sever don’t have execute permissions for /tmp filesystem. It worked fine once I gave the permissions.

Thanks,
Arun