Graylog2 / graylog-ansible-role

Ansible role which installs and configures Graylog
Apache License 2.0
212 stars 126 forks source link

On Ubuntu 22 graylog-enterprise-integrations-plugins does not exist #194

Open mpsOxygen opened 1 year ago

mpsOxygen commented 1 year ago

While trying to install graylog-enterprise-integrations-plugins I get the following error:

Package graylog-enterprise-integrations-plugins is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  graylog-enterprise

If I manually install graylog-enterprise it removes graylog-server and the service doesn't start anymore (EDIT: this was because of a missing config, but after putting in the old config it all works). Also the role has no option for this change in packaging. Can we get an option for graylog-enterprise install on Ubuntu 22?