Elasticsearch: Job for elasticsearch.service failed

后端 未结 4 1020
再見小時候
再見小時候 2021-02-06 05:44

I am currently trying to setup Elasticsearch for a project. I have installed Elasticsearch 7.4.1 and I have also installed Java, t

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-06 06:01

    If you installed using package management, check if the owner of /etc/elasticsearch directory is elasticsearch.

    sudo chown -R elasticsearch:elasticsearch /etc/elasticsearch/
    

提交回复
热议问题