Hi ! With the latest release (2.2.0-beta.1-1), Graylog is unable to load the default stream, and because of it no processing is done :
WARN : org.graylog2.bindings.providers.DefaultStreamProvider - Unable to load default stream, tried 11 times, retrying every 500ms. Processing is blocked until this succeeds.
I've the seen the very new pull request #3152 but i'm not sure it will fix it, so I prefere to tell you.
Expected Behavior
The default stream needs to be loaded.
Current Behavior
The default stream is not loaded.
Possible Solution
I've seen in the DefaultStream class that maybe the DEFAULT_STREAM_ID is wrong, but I'm more confident with the pull request #3152.
Hi ! With the latest release (2.2.0-beta.1-1), Graylog is unable to load the default stream, and because of it no processing is done :
WARN : org.graylog2.bindings.providers.DefaultStreamProvider - Unable to load default stream, tried 11 times, retrying every 500ms. Processing is blocked until this succeeds.
I've the seen the very new pull request #3152 but i'm not sure it will fix it, so I prefere to tell you.
Expected Behavior
The default stream needs to be loaded.
Current Behavior
The default stream is not loaded.
Possible Solution
I've seen in the DefaultStream class that maybe the DEFAULT_STREAM_ID is wrong, but I'm more confident with the pull request #3152.
Steps to Reproduce (for bugs)
Your Environment