Marco Pfatschbacher
Marco Pfatschbacher
> As far as I can tell, there shouldn't be a problem with / field names in ES or Lucene queries either. Been to long, maybe I tested this. The...
When digging for possible causes of the bug, we should focus on changes that happened between `4.2.x` -> `4.3.x`. Also, while both the upsert and making the index unique makes...
@will-graylog I agree we should improve that. I'll pitch that to product
The only current workaround I can think of is replacing multiple calls to `remove_field` with something like `rename_field("@metadata_beat", "discard");` `rename_field("@metadata_filename", "discard");` `rename_field("@metadata_version", "discard");` ... `remove_field("discard");`
Given the severity of this bug, are we sure we just want to put this in the backlog?
The event definition is actually being shared. the reason you are not seeing it, is because of #19007 You can search for the name and you will find it. Or...
~@thll is this the same as https://github.com/Graylog2/graylog2-server/issues/17040 ?~ I guess not. the other fix only changed the templates, not the executable path. sorry for the noise
The error is gone after a reboot though :thinking:
> So the requirement is: > > * titles are not escaped and not interpreted as HTML I wouldn't make the distinction between titles and descriptions. Titles just shouldn't be...
@giangi I tried to reproduce this with 4.3.8 using Java 8 and 11 but couldn't. (Actually I've been also benchmarking Graylog 5.0 with Java 17 but that's not related) Is...