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!