Elasticsearch can't write to log files

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

    If you have installed a .deb and want to start sudo /usr/share/elasticsearch/bin/elasticsearch

    You have to do :

    cd /usr/share/elasticsearch
    
    sudo ln -s /etc/elasticsearch config
    

提交回复
热议问题