You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I trying to set the event-filter to get only custom events, like vm::maintenance or other. If no filter are applied, custom events are normally produced, but if the filter is set to CUSTOM, or the sub-paths combinations of CUSTOM, like CUSTOM::vm::maintenance, no events are produced.
It is easly reproduced setting this line on the config file: <param name="event-filter" value="CUSTOM"/>
Thanks
The text was updated successfully, but these errors were encountered:
More strangely, if the event-filter is set to: <param name="event-filter" value="MESSAGE_WAITING,HEARTBEAT,MESSAGE-WAITING"/>
The CUSTOM events start to appear. Note the invalid MESSAGE-WAITING.
Hi, I trying to set the event-filter to get only custom events, like vm::maintenance or other. If no filter are applied, custom events are normally produced, but if the filter is set to CUSTOM, or the sub-paths combinations of CUSTOM, like CUSTOM::vm::maintenance, no events are produced.
It is easly reproduced setting this line on the config file:
<param name="event-filter" value="CUSTOM"/>
Thanks
The text was updated successfully, but these errors were encountered: