-
Notifications
You must be signed in to change notification settings - Fork 56
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
Graylog 3.0: Sidecar not updating Filebeat configuration when switching configurations #352
Comments
mpfz0r
added a commit
that referenced
this issue
Mar 7, 2019
If an assignemnt is changed to switch a backend from one configuration to another, we would still send configuration requests using the old checksum. The server will respond with `NotModified` and we don't try to restart the backend. Instead of also resetting the checksum when we update the assignment store, simply wipe the entire checksum map if either the assignment or the backends have changed. Fixes #352
mpfz0r
added a commit
that referenced
this issue
Mar 8, 2019
If an assignemnt is changed to switch a backend from one configuration to another, we would still send configuration requests using the old checksum. The server will respond with `NotModified` and we don't try to restart the backend. Instead of also resetting the checksum when we update the assignment store, simply wipe the entire checksum map if either the assignment or the backends have changed. Fixes #352
mariussturm
pushed a commit
that referenced
this issue
Mar 11, 2019
If an assignemnt is changed to switch a backend from one configuration to another, we would still send configuration requests using the old checksum. The server will respond with `NotModified` and we don't try to restart the backend. Instead of also resetting the checksum when we update the assignment store, simply wipe the entire checksum map if either the assignment or the backends have changed. Fixes #352
mpfz0r
added a commit
that referenced
this issue
Apr 1, 2019
If an assignemnt is changed to switch a backend from one configuration to another, we would still send configuration requests using the old checksum. The server will respond with `NotModified` and we don't try to restart the backend. Instead of also resetting the checksum when we update the assignment store, simply wipe the entire checksum map if either the assignment or the backends have changed. Fixes #352 (cherry picked from commit dca0b17)
mariussturm
pushed a commit
that referenced
this issue
Apr 1, 2019
* Wipe configchecksums also on assignment changes (#353) If an assignemnt is changed to switch a backend from one configuration to another, we would still send configuration requests using the old checksum. The server will respond with `NotModified` and we don't try to restart the backend. Instead of also resetting the checksum when we update the assignment store, simply wipe the entire checksum map if either the assignment or the backends have changed. Fixes #352 (cherry picked from commit dca0b17) * Bump version to 1.0.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When there is already a configuration applied to a sidecar in Graylog 3.0, the sidecar does not reload its configuration immediately when a new configuration is applied. However it will apply its new configuration when doing one of these things:
Expected Behavior
When a configuration is applied to a sidecar collector and we apply a different configuration, it should reload its configuration without any further action.
Current Behavior
When a configuration is applied to a sidecar collector and we apply a different configuration, it does not reload its configuration unless we first remove the configuration, restart the Sidecar ourselves, restart the Graylog server or edit the configuration itself.
Steps to Reproduce (for bugs)
Your Environment
Extra notes
The text was updated successfully, but these errors were encountered: