Graylog Open to Graylog Enterprise
The following article describes how to update your system package from Graylog Open to Graylog Enterprise.
DEB / RPM Package
Complete the default installation with the system package tools, which includes the repository installation described in the Operating System Packages installation guides.
DEB
Installation on distributions like Debian or Ubuntu can be done with apt-get
as an installation tool from the previously installed online repository.
sudo apt-get install graylog-enterprise
RPM
Installation on distributions like CentOS or Red Hat can be done with YUM as an installation tool from the previously installed online repository.
Server Restart
After you install the Graylog Enterprise plugins, restart each Graylog server to load the plugins.
Your server logs should look something like this if the plugins were installed and loaded successfully:
2017-12-18T17:39:10.797+01:00 INFO [CmdLineTool] Loaded plugin: AWS plugins 3.3.2 [org.graylog.aws.plugin.AWSPlugin]
2017-12-18T17:39:10.809+01:00 INFO [CmdLineTool] Loaded plugin: Collector 3.3.2 [org.graylog.plugins.collector.CollectorPlugin]
2017-12-18T17:39:10.811+01:00 INFO [CmdLineTool] Loaded plugin: Enterprise Integration Plugin 3.3.2 [org.graylog.plugins.enterprise_integration.EnterpriseIntegrationPlugin]
2017-12-18T17:39:10.805+01:00 INFO [CmdLineTool] Loaded plugin: Graylog Enterprise 3.3.2 [org.graylog.plugins.enterprise.EnterprisePlugin]
2017-12-18T17:39:10.827+01:00 INFO [CmdLineTool] Loaded plugin: Threat Intelligence Plugin 3.3.2 [org.graylog.plugins.threatintel.ThreatIntelPlugin]