No Folders created during/after installation [AmazonLinux2]

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:

  1. Install OpenJDK
  2. Install MongoDB
  3. Start MongoDB
  4. Install Elasticsearch
  5. Configure and start Elasticsearch
  6. Install Graylog
  7. Configure and start Graylog

1 Like

he @legrinu

you have only installed the repository, but you need now to install Graylog server itself.

yum install graylog-server graylog-enterprise-plugins graylog-integrations-plugins graylog-enterprise-integrations-plugins

should install all Graylog packages

1 Like

Thank you very much.
Seems that I forget about this and didn’t add it in my documentation^^

1 Like

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