Skip to content

Commit

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

## Summary

This is a regression from the PR
elastic#195874, where we added the new
type into all but didn't do it for read.
  • Loading branch information
shahzad31 authored Nov 21, 2024
1 parent 5495322 commit 5d4282e
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 5d4282e

Please sign in to comment.