Elasticsearch can't write to log files

后端 未结 11 1649
既然无缘
既然无缘 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:19

    I think that you have installed your elasticsearch using yum or apt-get The best way of doing this is by typing:

    $ sudo service elasticsearch start
    

    or anything similar, like the way you would start services like nginx, etc.

    It works for me.

提交回复
热议问题