-
Notifications
You must be signed in to change notification settings - Fork 52
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
wrong stream url after Graylog upgrade #97
Comments
I'm not familiar with plugins for Graylog building and don't know how to check Graylog version, so not able to make PR. The issue could be fixed here https://github.com/graylog-labs/graylog-plugin-slack/blob/dbfa16853b1310327090e7f676bbf68c069c578c/src/main/java/org/graylog2/plugins/slack/SlackPluginBase.java#LL67C19-L67C19 |
graylog-plugin-slack/src/main/java/org/graylog2/plugins/slack/SlackPluginBase.java Line 67 in dbfa168
|
I think here should be applied a fix. I should look like Replace |
Ho there,
We've upgraded our Graylog to the version 5.1.1. They changed stream search url from
https://grayloginstance.url/streams/<stream_id>/messages
tohttps://grayloginstance.url/streams/<stream_id>/search
and now when we click to the stream name to check what happens, we see the 404 page.The text was updated successfully, but these errors were encountered: