Hi,
I’m trying to use the Correlation Count plugin (built for Graylog 6.1) with Graylog 6.3.3 and I’m getting compilation errors:
AbsoluteRange class no longer exists in Graylog 6.3.3.
validate(UserContext) override causes errors because it’s not in EventProcessorConfig anymore.
AutoValue Builder expects a validate(ValidationResult) method.
I’ve tried removing AbsoluteRange and the @OverRide, but I’m not sure how to properly fix the plugin for 6.3+.
Could you provide guidance on updating the plugin for Graylog 6.3+?
Thank you!