Unable to start elastic search -bound or publishing to a non-loopback address, enforcing bootstrap checks ERROR: [1] bootstrap checks failed [1]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65535]

Dear all,

while starting Elasticsearch i'm getting below error please help

[2023-10-10T07:27:32,014][INFO ][o.e.x.s.a.s.FileRolesStore] [visitor-es-node-1] parsed [0] roles from file [/opt/MBRL/Elastic/elasticsearch-6.8.8/config/roles.yml]
[2023-10-10T07:27:32,412][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [visitor-es-node-1] [controller/30432] [Main.cc@109] controller (64 bit): Version 6.8.8 (Build 398321ce7838fd) Copyright (c) 2020 Elasticsearch BV
[2023-10-10T07:27:32,788][DEBUG][o.e.a.ActionModule ] [visitor-es-node-1] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
[2023-10-10T07:27:32,981][INFO ][o.e.d.DiscoveryModule ] [visitor-es-node-1] using discovery type [zen] and host providers [settings]
[2023-10-10T07:27:33,640][INFO ][o.e.n.Node ] [visitor-es-node-1] initialized
[2023-10-10T07:27:33,640][INFO ][o.e.n.Node ] [visitor-es-node-1] starting ...
[2023-10-10T07:27:33,754][INFO ][o.e.t.TransportService ] [visitor-es-node-1] publish_address {10.0.222.34:9300}, bound_addresses {10.0.222.34:9300}
[2023-10-10T07:27:33,775][INFO ][o.e.b.BootstrapChecks ] [visitor-es-node-1] bound or publishing to a non-loopback address, enforcing bootstrap checks
ERROR: [1] bootstrap checks failed
[1]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65535]
[2023-10-10T07:27:33,809][INFO ][o.e.n.Node ] [visitor-es-node-1] stopping ...
[2023-10-10T07:27:33,827][INFO ][o.e.n.Node ] [visitor-es-node-1] stopped
[2023-10-10T07:27:33,827][INFO ][o.e.n.Node ] [visitor-es-node-1] closing ...
[2023-10-10T07:27:33,836][INFO ][o.e.n.Node ] [visitor-es-node-1] closed
[2023-10-10T07:27:33,838][INFO ][o.e.x.m.p.NativeController] [visitor-es-node-1] Native controller process has stopped - no new native processes can be started

Please read Bootstrap Checks | Elasticsearch Guide [8.10] | Elastic

Dear @dadoonet

Thanks for your response, it's working setup
Today I just stopped and started, encountered the issue

May be you were running it under another user or you modified something in the current session of the user but this has not been saved. So if you started from a new shell, it's running in another context.

But in all case, check this according to the documentation I shared.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.