Plugin event condition not trigger in Graylog 3.2

We develop a plugin to add new condition. The new condition is display in the New Event Condition page and we are able to create the event.
The problem is that the condition is never trigger.
We create a class that implement “EventProcessor” with the method “createEvents” and “sourceMessagesForEvent”, but both of this method are never call.
We register our class with “addEventProcessor”
Did we miss something?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.