You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Backport
This will backport the following commits from `main` to `9.1`:
- [[Synthetics] Fix sync params for custom namespace !!
(#232211)](#232211)
<!--- Backport version: 9.6.6 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT
[{"author":{"name":"Shahzad","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-08-20T11:14:53Z","message":"[Synthetics]
Fix sync params for custom namespace !! (#232211)\n\n## Summary\n\nFix
sync params for custom namespace !!\n\n\n### Testing\n\nDefine a custom
data stream namespace on monitor and make sure syncing\nof global params
works as expected.\n\n<img width=\"1439\" height=\"882\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/aa14ef26-5d71-475c-b236-bf3d70c7d828\"\n/>\n\n---------\n\nCo-authored-by:
Francesco Fagnani <[email protected]>\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"8ab7d90160021ce880587c1086da397b60130672","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:obs-ux-management","backport:version","author:obs-ux-management","v9.2.0","v9.1.1","v8.19.1"],"title":"[Synthetics]
Fix sync params for custom namespace
!!","number":232211,"url":"https://github.com/elastic/kibana/pull/232211","mergeCommit":{"message":"[Synthetics]
Fix sync params for custom namespace !! (#232211)\n\n## Summary\n\nFix
sync params for custom namespace !!\n\n\n### Testing\n\nDefine a custom
data stream namespace on monitor and make sure syncing\nof global params
works as expected.\n\n<img width=\"1439\" height=\"882\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/aa14ef26-5d71-475c-b236-bf3d70c7d828\"\n/>\n\n---------\n\nCo-authored-by:
Francesco Fagnani <[email protected]>\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"8ab7d90160021ce880587c1086da397b60130672"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/232211","number":232211,"mergeCommit":{"message":"[Synthetics]
Fix sync params for custom namespace !! (#232211)\n\n## Summary\n\nFix
sync params for custom namespace !!\n\n\n### Testing\n\nDefine a custom
data stream namespace on monitor and make sure syncing\nof global params
works as expected.\n\n<img width=\"1439\" height=\"882\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/aa14ef26-5d71-475c-b236-bf3d70c7d828\"\n/>\n\n---------\n\nCo-authored-by:
Francesco Fagnani <[email protected]>\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"8ab7d90160021ce880587c1086da397b60130672"}},{"branch":"9.1","label":"v9.1.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Co-authored-by: Shahzad <[email protected]>
Co-authored-by: Francesco Fagnani <[email protected]>
Copy file name to clipboardExpand all lines: x-pack/solutions/observability/plugins/synthetics/server/synthetics_service/private_location/synthetics_private_location.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -323,6 +323,10 @@ export class SyntheticsPrivateLocation {
Copy file name to clipboardExpand all lines: x-pack/solutions/observability/plugins/synthetics/server/tasks/sync_private_locations_monitors_task.test.ts
0 commit comments