diff --git a/packages/synthetics/manifest.yml b/packages/synthetics/manifest.yml index 5803c477688..220b447ddd8 100644 --- a/packages/synthetics/manifest.yml +++ b/packages/synthetics/manifest.yml @@ -25,6 +25,10 @@ policy_templates: title: Browser description: Perform an Browser check conditions: + elastic: + capabilities: + - "uptime" + subscription: "basic" kibana: version: "^8.11.0" icons: diff --git a/packages/synthetics_dashboards/changelog.yml b/packages/synthetics_dashboards/changelog.yml index 7cbd1126192..ceb6e636f03 100644 --- a/packages/synthetics_dashboards/changelog.yml +++ b/packages/synthetics_dashboards/changelog.yml @@ -1,6 +1,11 @@ # newer versions go on top +- version: "1.0.1" + changes: + - description: Update to Package Spec v3 + type: enhancement + link: https://github.com/elastic/integrations/pull/9066 - version: "1.0.0" changes: - description: initial release type: enhancement # can be one of: enhancement, bugfix, breaking-change - link: https://github.com/elastic/integrations/pull/8032 \ No newline at end of file + link: https://github.com/elastic/integrations/pull/8032 diff --git a/packages/synthetics_dashboards/kibana/dashboard/synthetics_dashboards-e465c570-1561-11ee-9d3b-15ab835418fd.json b/packages/synthetics_dashboards/kibana/dashboard/synthetics_dashboards-e465c570-1561-11ee-9d3b-15ab835418fd.json index d81399cbb6d..a592cebd6f8 100644 --- a/packages/synthetics_dashboards/kibana/dashboard/synthetics_dashboards-e465c570-1561-11ee-9d3b-15ab835418fd.json +++ b/packages/synthetics_dashboards/kibana/dashboard/synthetics_dashboards-e465c570-1561-11ee-9d3b-15ab835418fd.json @@ -242,11 +242,13 @@ } } ], - "internalReferences": [{ - "id": "synthetics-dashboards-integration-adhoc", - "name": "indexpattern-datasource-layer-65aa1d2b-0064-4055-a37f-6144a7d1f3c7", - "type": "index-pattern" - }], + "internalReferences": [ + { + "id": "synthetics-dashboards-integration-adhoc", + "name": "indexpattern-datasource-layer-65aa1d2b-0064-4055-a37f-6144a7d1f3c7", + "type": "index-pattern" + } + ], "query": { "language": "kuery", "query": "" @@ -643,11 +645,13 @@ } } ], - "internalReferences": [{ - "id": "synthetics-dashboards-integration-adhoc", - "name": "indexpattern-datasource-layer-65aa1d2b-0064-4055-a37f-6144a7d1f3c7", - "type": "index-pattern" - }], + "internalReferences": [ + { + "id": "synthetics-dashboards-integration-adhoc", + "name": "indexpattern-datasource-layer-65aa1d2b-0064-4055-a37f-6144a7d1f3c7", + "type": "index-pattern" + } + ], "query": { "language": "kuery", "query": "" @@ -833,11 +837,13 @@ } } ], - "internalReferences": [{ - "id": "synthetics-dashboards-integration-adhoc", - "name": "indexpattern-datasource-layer-42ee11c3-ab9a-4b73-a2ba-65c4ad273b2d", - "type": "index-pattern" - }], + "internalReferences": [ + { + "id": "synthetics-dashboards-integration-adhoc", + "name": "indexpattern-datasource-layer-42ee11c3-ab9a-4b73-a2ba-65c4ad273b2d", + "type": "index-pattern" + } + ], "query": { "language": "kuery", "query": "" @@ -1062,11 +1068,13 @@ } } ], - "internalReferences": [{ - "id": "synthetics-dashboards-integration-adhoc", - "name": "indexpattern-datasource-layer-unifiedHistogram", - "type": "index-pattern" - }], + "internalReferences": [ + { + "id": "synthetics-dashboards-integration-adhoc", + "name": "indexpattern-datasource-layer-unifiedHistogram", + "type": "index-pattern" + } + ], "query": { "language": "kuery", "query": "" @@ -1386,11 +1394,13 @@ } } ], - "internalReferences": [{ - "id": "synthetics-dashboards-integration-adhoc", - "name": "indexpattern-datasource-layer-e1869c68-3f80-4b33-b75f-f9668b5bcd94", - "type": "index-pattern" - }], + "internalReferences": [ + { + "id": "synthetics-dashboards-integration-adhoc", + "name": "indexpattern-datasource-layer-e1869c68-3f80-4b33-b75f-f9668b5bcd94", + "type": "index-pattern" + } + ], "query": { "language": "kuery", "query": "" diff --git a/packages/synthetics_dashboards/manifest.yml b/packages/synthetics_dashboards/manifest.yml index a36d2c3bdfd..3087f1bed3f 100644 --- a/packages/synthetics_dashboards/manifest.yml +++ b/packages/synthetics_dashboards/manifest.yml @@ -1,17 +1,23 @@ -format_version: 1.0.0 +format_version: 3.0.4 name: synthetics_dashboards title: Elastic Synthetics Dashboards description: Explore Elastic Synthetics metrics with these dashboards. -version: 1.0.0 +version: 1.0.1 categories: ["observability"] -release: ga type: integration -license: basic +source: + license: Elastic-2.0 conditions: - kibana.version: "^8.10.1" + elastic: + capabilities: + - "uptime" + subscription: basic + kibana: + version: "^8.10.1" icons: - src: /img/uptime-logo-color-64px.svg size: 16x16 type: image/svg+xml owner: - github: elastic/obs-ux-infra_services-team \ No newline at end of file + type: elastic + github: elastic/obs-ux-infra_services-team