Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Output type is not supported" after upgrading to Graylog 4.3.2 #96

Open
ngsandbox opened this issue Jul 5, 2022 · 0 comments
Open

Comments

@ngsandbox
Copy link

ngsandbox commented Jul 5, 2022

After upgrading docker image from Graylog 4.2.3 to 4.3.2 the Slack plugin 3.1.0 stopped to work and configuration is not available from Graylog UI.

image

Error from Graylog output:

com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalArgumentException: Output type is not supported: org.graylog2.plugins.slack.output.SlackMessageOutput
Caused by: java.lang.IllegalArgumentException: Output type is not supported: org.graylog2.plugins.slack.output.SlackMessageOutput

Docker setup:

FROM graylog/graylog:4.3.2

USER root

RUN apt-get update \
    && apt-get install -y wget

RUN wget -O /usr/share/graylog/plugin/graylog-plugin-slack-3.1.0 https://github.com/graylog-labs/graylog-plugin-slack/releases/download/3.1.0/graylog-plugin-slack-3.1.0.jar

COPY patterns/* /opt/

USER ${GRAYLOG_USER}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant