Elasticsearch can't write to log files

后端 未结 11 1645
既然无缘
既然无缘 2021-02-01 02:00

I would like to activate logs of elasticsearch .

When I run elasticsearch binaries, I realize that I have problems with logging : the configuration cannot be loaded !

11条回答
  •  后悔当初
    2021-02-01 02:21

    In my case I was trying to start elasticsearch from the tar download so that I can run multiple separate instances easily without service definitions.

    What worked for me was to go up a directory and launch elasticsearch using bin/elasticsearch instead of just elasticsearch while being in the bin directory.

    Now it started up no problem without any symlinks, service files, or other changes.

提交回复
热议问题