-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Synthetics] Detect agent-level issues in monitor integration health #261367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
miguelmartin-elastic
merged 116 commits into
elastic:main
from
miguelmartin-elastic:feat/synthetics-agent-health-status-258541
Apr 13, 2026
Merged
Changes from all commits
Commits
Show all changes
116 commits
Select commit
Hold shift + click to select a range
7736576
mock reset endpoint, UI first approach
miguelmartin-elastic daf42b8
pass monitors as prop
miguelmartin-elastic c6d6565
use icon with tooltip for missing policy warning
miguelmartin-elastic a3b0758
fetch configs from hook if none is provided
miguelmartin-elastic 043faaf
_health api spec proposal
miguelmartin-elastic 32ea22e
refactor monirots_integration_health
miguelmartin-elastic b01ce6a
add unit tests
miguelmartin-elastic 889718b
move types to common/
miguelmartin-elastic de0a995
rename from status to health
miguelmartin-elastic 86e9383
fix import
miguelmartin-elastic e4ff75e
i18n status display messages
miguelmartin-elastic 8f77683
store configId for debugging purposes
miguelmartin-elastic d16abdd
remove unused import
miguelmartin-elastic 37e3483
check if agentPolicy exists
miguelmartin-elastic d379d26
rename isUnhealthy to be more generic
miguelmartin-elastic e91cfb4
refactor unhealthy tooltip
miguelmartin-elastic e143d07
refactor ResetLocationMonitors
miguelmartin-elastic 7908d0b
checkout bulk operation reset
miguelmartin-elastic c60be8b
parse error from reason
miguelmartin-elastic 03df478
remove oas docs
miguelmartin-elastic 3ee0c34
move health api to service
miguelmartin-elastic c5cc305
fix naming
miguelmartin-elastic 00cc5a5
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 5bc168b
fix mock
miguelmartin-elastic 1c82841
Merge branch 'synthetics/missing-integrations-ui' of https://github.c…
miguelmartin-elastic 8fa37fe
Merge branch 'main' into synthetics/missing-integrations-ui
miguelmartin-elastic d5d0b36
Merge branch 'main' into synthetics/missing-integrations-ui
miguelmartin-elastic 158ac3d
remove spaceId
miguelmartin-elastic 2111b8f
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 19cf9c5
fix type
miguelmartin-elastic 996629e
Merge branch 'synthetics/missing-integrations-ui' of https://github.c…
miguelmartin-elastic e9581aa
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 42a2722
Support legacy policy ID format in monitor health checks
miguelmartin-elastic 4d7c9e9
Document intentional priority order of health status checks
miguelmartin-elastic 947aa55
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 1ad223d
Merge branch 'main' of https://github.com/elastic/kibana into synthet…
miguelmartin-elastic b0f8372
wire up reset api, add unit tests
miguelmartin-elastic b9a80f6
add toast feedback and reset confirmation modal
miguelmartin-elastic c68b4fd
listen to refresh
miguelmartin-elastic 7a9783c
Merge branch 'main' into synthetics/missing-integrations-ui
miguelmartin-elastic 10cb00b
Merge branch 'synthetics/missing-integrations-ui' of https://github.c…
miguelmartin-elastic f9886a9
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 1c75100
Merge branch 'main' into synthetics/missing-integrations-ui
miguelmartin-elastic 9dadf1f
[Synthetics] Extend monitor integration health: detect missing and un…
miguelmartin-elastic 1a672bf
Merge branch 'main' into synthetics/missing-integrations-ui
miguelmartin-elastic 1347bf1
fix integ test
miguelmartin-elastic 14bb9da
* simplify reset callouts by removing internal state
miguelmartin-elastic b6a66fa
do not mark monitors with public locations only as unhealthy, cover w…
miguelmartin-elastic 6b40f25
fix minor issues
miguelmartin-elastic 0965ae8
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 29e9733
handle partial errors from reset api
miguelmartin-elastic 7880bf3
Revert "fix integ test"
miguelmartin-elastic 7a20f23
Merge branch 'main' of https://github.com/elastic/kibana into synthet…
miguelmartin-elastic b3a0c62
Merge branch 'synthetics/missing-integrations-ui' of https://github.c…
miguelmartin-elastic 17cd6a5
return 500 status code when reset call fails
miguelmartin-elastic 5a8232e
Merge branch 'main' into synthetics/missing-integrations-ui
miguelmartin-elastic e94d3ec
Merge branch 'synthetics/missing-integrations-ui' of https://github.c…
miguelmartin-elastic 2a35b5c
add reset action to monitor list row actions menu
miguelmartin-elastic 7016a7d
exclude non-fixable monitors from bulk reset and show skipped in modal
miguelmartin-elastic 1e949ef
skip locations with missing agent policy during default reset
miguelmartin-elastic 0cc68b0
rename getValidLocationIds and fix empty agentPolicyId edge case, add…
miguelmartin-elastic 5dbf14d
convert private locations reset action to icon type for consistent ac…
miguelmartin-elastic ac733fe
move missing integration callout from edit page to monitor details su…
miguelmartin-elastic d1c76da
add configIds filter to monitor list and link unhealthy badge to filt…
miguelmartin-elastic 764371a
align single and bulk health API error response field from 'error' to…
miguelmartin-elastic 0a340ce
add missingAgentPolicyId
miguelmartin-elastic 1dd1868
rename locations to privateLocations
miguelmartin-elastic 2495f94
rename isUnhealthy to isHealthy in MonitorHealthStatus
miguelmartin-elastic 5d6c994
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 6737a3c
include configIds in isMonitorsQueryFiltered to fix absoluteTotal count
miguelmartin-elastic 1f943f3
fix Reset action enabled guards in monitor list actions column
miguelmartin-elastic 5164a7f
add configIds to expected defaults in getSupportedUrlParams test
miguelmartin-elastic bb06301
Merge branch 'synthetics/missing-integrations-ui' of https://github.c…
miguelmartin-elastic 48e31d5
Merge branch 'main' of https://github.com/elastic/kibana into synthet…
miguelmartin-elastic cdefd2d
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 65ee6e6
Remove break_monitors.sh test script (A8)
miguelmartin-elastic ed4b8d8
Add writeAccess: false to GET monitor health route (A1)
miguelmartin-elastic bfdf133
Add permission guards to Reset action in monitor list (A2, A3)
miguelmartin-elastic d151aff
Rename isResetFixable → isFixableByReset (A5, A6)
miguelmartin-elastic 2ed2415
Remove unused getUnhealthyLocationCount function (A7)
miguelmartin-elastic 0335af5
Fix skippedMonitors in locations_table reset action (A4)
miguelmartin-elastic 277887e
Fix multiline rendering in unhealthy tooltip (A9)
miguelmartin-elastic e25f9c3
Simplify getUnhealthyMonitorsForLocation: remove unnecessary seenConf…
miguelmartin-elastic 549360c
Improve unhealthy tooltip visual hierarchy (A9 enhancement)
miguelmartin-elastic ab25068
Refactor unhealthy tooltip to use EUI components instead of inline st…
miguelmartin-elastic 0aeab27
rename explicitConfigIds to configIds
miguelmartin-elastic 9010313
Improve error statusCode capture to include all SavedObjects error types
miguelmartin-elastic 2fcb0e4
Improve error statusCode capture to include all SavedObjects error types
miguelmartin-elastic 77b2a7b
Add unit tests for statusCode capture from SavedObjects errors
miguelmartin-elastic c6f2f77
Simplify statusCode capture: use output.statusCode with 500 fallback
miguelmartin-elastic 3aa11ed
Update error tests to use real SavedObjects errors instead of generic…
miguelmartin-elastic 8fa943c
Make MonitorHealthError.statusCode required and propagate it in route…
miguelmartin-elastic 9b9d7e7
Fix reset action in private locations table not opening modal
miguelmartin-elastic c982ced
merge main
miguelmartin-elastic ec150e0
Merge branch 'main' into synthetics/missing-integrations-ui
miguelmartin-elastic abc0346
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 920f6f5
[Synthetics] Fix false "Failed to reset" toast when Fleet sync errors…
miguelmartin-elastic 1606e53
[Synthetics] Improve unhealthy tooltip styling per design feedback
miguelmartin-elastic ebf59fe
[Synthetics] Remove AgentPolicyMismatch and PackageNotInstalled healt…
miguelmartin-elastic b6abfac
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 88ce1bf
restructure delete action in private locations table to be icon-based…
miguelmartin-elastic 56c3c6d
Merge branch 'synthetics/missing-integrations-ui' of https://github.c…
miguelmartin-elastic a072b11
Merge remote-tracking branch 'upstream' into synthetics/missing-integ…
miguelmartin-elastic c3e738f
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine cf023a0
remove unnecessary JSON.stringify from useEffect deps
miguelmartin-elastic 21e1b1e
run node scripts/i18n_check.js --fix
miguelmartin-elastic 921d465
Merge branch 'synthetics/missing-integrations-ui' of https://github.c…
miguelmartin-elastic dc0e41a
Merge branch 'synthetics/missing-integrations-ui' into feat/synthetic…
miguelmartin-elastic ff7ee9c
Merge branch 'main' of https://github.com/elastic/kibana into feat/sy…
miguelmartin-elastic c6eb093
Merge branch 'main' of https://github.com/elastic/kibana into feat/sy…
miguelmartin-elastic 57026ef
Merge remote-tracking branch 'upstream/main' into feat/synthetics-age…
miguelmartin-elastic e29572e
[Synthetics] Use status.active instead of status.all for missing_agen…
miguelmartin-elastic a263c62
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 151ffee
Merge branch 'main' into feat/synthetics-agent-health-status-258541
miguelmartin-elastic 174e407
Merge branch 'main' into feat/synthetics-agent-health-status-258541
miguelmartin-elastic c135a42
Merge branch 'main' into feat/synthetics-agent-health-status-258541
miguelmartin-elastic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.