Incorrect count in dashboard element

**CMK version:**Enterprise Edition 2.2.0p4
**OS version:**Ubuntu 22.04.2

Hi all,
I’m using the Service statistics Dashboard element and it’s showing an incorrect service count.

I’m using the below regex:
Host/Hostname (regex): ^.core.$
Service/Summary (plugin output) (regex): ^.AP.$ negated
Service/Service labels: is alerting:true

The service statistics element shows 23 total services:
image

However, when filtering with the same expressions in Service search, I get 46 results.

46 is the correct number of services, but I can’t get the Service Statistics element to display 46.

Any advice would be appreciated.

Thank you,
Chris

I got caught out by the markdown when adding the regex above. Here they are in the preformatted text:

Host/Hostname (regex): ^.*core.*$
Service/Summary (plugin output) (regex): ^.*AP.*$ negated
Service/Service labels: is alerting:true