Hey,
I installed Graylog 3.1 on an Amazon Linux 2 Server. Now I am trying to install it on another server.
OpenJDK, MongoDB an Elasticsearch are installed normally and running like on the previous installation. When it comes to Graylog it will say “Installed: graylog-3.1-repository.noarch 0:1-1” but when I look for the configuration folder there is nothing. It also won’t start because “unit not found”.
I am installing it just like on the previous server and tried it several times but it won’t work.
“echo $?” returns a 5 when I try to start Graylog.
Does anyone had similar issues and has a tip on how to solve this problem?
My Installation Process:
- Install OpenJDK
- Install MongoDB
- Start MongoDB
- Install Elasticsearch
- Configure and start Elasticsearch
- Install Graylog
- Configure and start Graylog