Unable to start the elastic search in centos 7

Hi Team am setting up Elasticsearch kibana instance to setup Wazuh . I am facing the below error while checking the status of service. Please let me know where I went wrong.

I have modified
/etc/elasticsearch/elasticsearch.yml and network.host to my Machine IP and change node.name to my system name.

[root@localhost vd]# systemctl status elasticsearch.service
● elasticsearch.service - Elasticsearch
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2020-04-01 16:22:36 IST; 16min ago
Docs: http://www.elastic.co
Process: 31846 ExecStart=/usr/share/elasticsearch/bin/elasticsearch -p ${PID_DIR}/elasticsearch.pid --quiet (code=exited, status=1/FAILURE)
Main PID: 31846 (code=exited, status=1/FAILURE)

April01 16:22:36 elk elasticsearch[31846]: Caused by: ParsingExcept...
April01 16:22:36 elk elasticsearch[31846]: at org.elasticsearch.com...
April01 16:22:36 elk elasticsearch[31846]: at org.elasticsearch.com...
April01 16:22:36 elk elasticsearch[31846]: at org.elasticsearch.com...
April01 16:22:36 elk elasticsearch[31846]: at org.elasticsearch.com...
April01 16:22:36 elk elasticsearch[31846]: ... 9 more
April01 16:22:36 elk systemd[1]: elasticsearch.service: main proce...E
April01 16:22:36 elk systemd[1]: Failed to start Elasticsearch.
April01 16:22:36 elk systemd[1]: Unit elasticsearch.service entere....
April01 16:22:36 elk systemd[1]: elasticsearch.service failed.
Hint: Some lines were ellipsized, use -l to show in full.

Hey,

can you check the Elasticsearch logfiles or the journalctl logfiles, put them in pastebin and link them here?

See https://www.elastic.co/guide/en/elasticsearch/reference/7.6/starting-elasticsearch.html#start-es-deb-systemd

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.