Graylog-server.service failed

I have installed mongod, elasticsearch and graylog-server.noarch successfully. But when I check the status of graylog(systemctl status graylog-server),it outputs errors:

#########################################################################
[root@localhost ~]# systemctl status graylog-server
● graylog-server.service - Graylog server
Loaded: loaded (/usr/lib/systemd/system/graylog-server.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Thu 2020-07-23 16:14:57 CST; 7s ago
Docs: http://docs.graylog.org/
Process: 71625 ExecStart=/usr/share/graylog-server/bin/graylog-server (code=exited, status=1/FAILURE)
Main PID: 71625 (code=exited, status=1/FAILURE)

Jul 23 16:14:57 localhost systemd[1]: graylog-server.service: main process exited, code=exited, status=1/FAILURE
Jul 23 16:14:57 localhost systemd[1]: Unit graylog-server.service entered failed state.
Jul 23 16:14:57 localhost systemd[1]: graylog-server.service failed.
###########################################################################

How to solve the problem?
Who knows? Thanks!

Have you followed the post-installation steps, especially about passwords?
https://docs.graylog.org/en/3.3/pages/installation/os/centos.html#edit-the-configuration-file

Also check log files /var/log/graylog-server/

There is no file in /var/log/graylog-server/

Yes, I have followed the steps.

OS and Graylog version?

CentOS 7.8.2003
Graylog 3.0.2-1

Is this default installation as in documentation?
https://docs.graylog.org/en/3.0/pages/installation/os/centos.html

I find the problem just now. Before the installation, I have to update CentOS.
Thanks for your help!

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