Skip to content

Commit

Permalink
[8.17] [Synthetics] Add new object into read synthetics feature !! (#…
Browse files Browse the repository at this point in the history
…201170) (#201258)

# Backport

This will backport the following commits from `main` to `8.17`:
- [[Synthetics] Add new object into read synthetics feature !!
(#201170)](#201170)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"Shahzad","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-21T17:40:09Z","message":"[Synthetics]
Add new object into read synthetics feature !! (#201170)\n\n##
Summary\n\nThis is a regression from the
PR\nhttps://github.com//pull/195874, where we added the
new\ntype into all but didn't do it for
read.","sha":"5d4282e91621b433e2bdf7201f9bedf47661d152","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","ci:project-deploy-observability","Team:obs-ux-management","backport:version","v8.17.0","v8.18.0"],"title":"[Synthetics]
Add new object into read synthetics feature
!!","number":201170,"url":"https://github.com/elastic/kibana/pull/201170","mergeCommit":{"message":"[Synthetics]
Add new object into read synthetics feature !! (#201170)\n\n##
Summary\n\nThis is a regression from the
PR\nhttps://github.com//pull/195874, where we added the
new\ntype into all but didn't do it for
read.","sha":"5d4282e91621b433e2bdf7201f9bedf47661d152"}},"sourceBranch":"main","suggestedTargetBranches":["8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201170","number":201170,"mergeCommit":{"message":"[Synthetics]
Add new object into read synthetics feature !! (#201170)\n\n##
Summary\n\nThis is a regression from the
PR\nhttps://github.com//pull/195874, where we added the
new\ntype into all but didn't do it for
read.","sha":"5d4282e91621b433e2bdf7201f9bedf47661d152"}},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Shahzad <[email protected]>
  • Loading branch information
kibanamachine and shahzad31 authored Nov 21, 2024
1 parent cda6f17 commit 28e434d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const syntheticsFeature = {
syntheticsSettingsObjectType,
syntheticsMonitorType,
syntheticsApiKeyObjectType,
privateLocationSavedObjectName,
legacyPrivateLocationsSavedObjectName,
// uptime settings object is also registered here since feature is shared between synthetics and uptime
uptimeSettingsObjectType,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10108,6 +10108,11 @@ export default function ({ getService }: FtrProviderContext) {
"saved_object:uptime-synthetics-api-key/find",
"saved_object:uptime-synthetics-api-key/open_point_in_time",
"saved_object:uptime-synthetics-api-key/close_point_in_time",
"saved_object:synthetics-private-location/bulk_get",
"saved_object:synthetics-private-location/get",
"saved_object:synthetics-private-location/find",
"saved_object:synthetics-private-location/open_point_in_time",
"saved_object:synthetics-private-location/close_point_in_time",
"saved_object:synthetics-privates-locations/bulk_get",
"saved_object:synthetics-privates-locations/get",
"saved_object:synthetics-privates-locations/find",
Expand Down Expand Up @@ -10399,6 +10404,11 @@ export default function ({ getService }: FtrProviderContext) {
"saved_object:uptime-synthetics-api-key/find",
"saved_object:uptime-synthetics-api-key/open_point_in_time",
"saved_object:uptime-synthetics-api-key/close_point_in_time",
"saved_object:synthetics-private-location/bulk_get",
"saved_object:synthetics-private-location/get",
"saved_object:synthetics-private-location/find",
"saved_object:synthetics-private-location/open_point_in_time",
"saved_object:synthetics-private-location/close_point_in_time",
"saved_object:synthetics-privates-locations/bulk_get",
"saved_object:synthetics-privates-locations/get",
"saved_object:synthetics-privates-locations/find",
Expand Down

0 comments on commit 28e434d

Please sign in to comment.