Graylog kinesis/cloudwatch

Hi, I run the Graylog through docker, and in the inputs, there is no kinesis/cloudwatch option, did I miss something?

he @ZiyiHuang96

I guess that you do not have the integration plugins installed: https://docs.graylog.org/en/3.1/pages/integrations.html

RUN apt-get update

RUN apt-get install -y apt-transport-https wget

RUN wget https://packages.graylog2.org/repo/packages/graylog-3.1-repository_latest.deb

RUN dpkg -i graylog-3.1-repository_latest.deb

RUN apt-get update

RUN apt-get install -y graylog-integrations-plugins

#RUN apt-get install graylog-integrations-plugins graylog-enterprise-integrations-plugins

COPY docker-entrypoint.sh /

COPY health_check.sh /

I think I already install the plugins in the dockerfile.
Am I doing that right?

2019-11-18 19:30:10,972 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: AWS plugins 3.1.3 [org.graylog.aws.AWSPlugin]
graylog_1 | 2019-11-18 19:30:10,993 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: Integrations 3.0.0 [org.graylog.integrations.IntegrationsPlugin]
graylog_1 | 2019-11-18 19:30:11,004 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: Collector 3.1.3 [org.graylog.plugins.collector.CollectorPlugin]
graylog_1 | 2019-11-18 19:30:11,006 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: Threat Intelligence Plugin 3.1.3 [org.graylog.plugins.threatintel.ThreatIntelPlugin]

you have a mixture of Graylog 3.0 and 3.1 that will not work.

The new integration only works with Graylog 3.1

1 Like

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