[Uptime] Test now is disabled for a monitor with both Public and Private Locations. #138862
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Uptime - DEPRECATED
Synthetics & RUM sub-team of Application Observability
v8.5.0
Kibana version: 8.5.0 (Hasn't been tested on 8.4.0)
Elasticsearch version: 8.5.0
Describe the bug:
A synthetics monitor configured for both public and private locations, is only shown as a private monitor (
fleet_managed: true
) in uptime overview page. As a result, the Test now button (with play icon) on Uptime Monitors page is disabled for such a monitor.Steps to reproduce:
Expected behavior:
For a monitor configured with both public and private locations, Test now button should be available.
Screenshots (if relevant):


Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
Only the first fetched summary is passed to the TestNowColumn (as shown in the snippet below) which should be changed to consider all summaries to determine if monitor is only
fleet_managed
or both.kibana/x-pack/plugins/synthetics/public/legacy_uptime/components/overview/monitor_list/monitor_list.tsx
Lines 211 to 215 in 81d7a6f
The text was updated successfully, but these errors were encountered: