hello world
i'm trying to start the elasticsearch, yet running into the following error:
elk1-es01-1 | {"@timestamp":"2024-08-21T15:06:11.078Z", "log.level": "INFO", "message":"Native controller process has stopped - no new native processes can be started", "ecs.version": "1.2.0","service.name":"ES_ECS","event.dataset":"elasticsearch.server","process.thread.name":"ml-cpp-log-tail-thread","log.logger":"org.elasticsearch.xpack.ml.process.NativeController","elasticsearch.node.name":"es01","elasticsearch.cluster.name":"kalei"}
elk1-es01-1 |
elk1-es01-1 |
elk1-es01-1 | ERROR: Elasticsearch died while starting up, with exit code 78
elk1-es01-1 exited with code 0
#
everything was working fine, right until I updated docker-ce
, container.io
, etc on my system and after that elasticsearch isn't coming back anymore..
my environment:
$ docker --version
Docker version 27.1.2, build d01f264
$ uname -a
Linux dos 6.1.0-23-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15) x86_64 GNU/Linux
$
please advise