graylog2-server icon indicating copy to clipboard operation
graylog2-server copied to clipboard

Input static field not updating

Open theherodied opened this issue 1 year ago • 2 comments

On Graylog 5.2.6 when you update or change the static field of an input, the change is not applied to the logs being processed. The UI shows the change on the input page, but the logs continue to use the old value. I ended up having to delete the input and re-create it to use different values for the static field. I've tested this on a tcp raw kafka input and a tcp/syslog input.

Steps to reproduce:

  • Create an input
  • Add static field and value
  • Collect logs and note the field
  • Change the static field value
  • Note the logs are still using the old value

theherodied avatar Apr 18 '24 23:04 theherodied

The expected behavior would be that restarting the input would apply configuration changes - does this work for you?

tellistone avatar May 10 '24 15:05 tellistone

@tellistone, it did not. I tried restarting the input several times. I ended up having to delete the input and recreate it. I'm no longer able to reproduce the issue on 5.2.7.

theherodied avatar May 10 '24 15:05 theherodied