Handled not in CheckResult event stream

Hello,

When a host problem is acknowledged the service on the host become handled n(handled = true).

I want to access the handled flag from the CheckResult event stream however it does not exist. It is accessible from the API so this is inconsistent.

Is there another way in the event stream to tell if a service has a host that is acknowledged?
Is it possible to add handled to the event stream?

there are own eventstreams for:

  • AcknowledgementSet
  • AcknowledgementCleared

Here is the link to the docs:
https://icinga.com/docs/icinga-2/latest/doc/12-icinga2-api/#event-stream-types

see the example Example for all downtime events there is a way to combine Event Stream Types