Cleared events in alarm journal are not filtering out

Hi all,

I’m using Ignition Vision v8.1 and am setting up my alarm journal.

My current architecture uses the PLC to trigger a boolean tag which is configured as an alarm in ignition. When I acknowledge the alarm, a script runs which uses the syste.alarm.acknowledge on all event IDs with state “ClearUnacked” and “ActiveUnacked”. The PLC turns the trigger tag off, and then the alarm appears twice in the journal: once as an Ack event state and again as a Clear event state. Both of these are populating even though I have the “Cleared Events” filter turned off.

Overall, the logic seems to be working correctly, but I do not want all of these duplicates in the alarm journal and only want acked events. Am I messing up some kind of configuration? How can I make these cleared events all disappear?