Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/synthetics/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ policy_templates:
title: Browser
description: Perform an Browser check
conditions:
elastic:
capabilities:
- "uptime"
Comment on lines +28 to +30
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elastic/obs-ux-infra_services-team we only have an uptime capability now, do you think that we need to differentiate between uptime and synthetics?

cc @elastic/ecosystem

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, Synthetics utilizes the uptime capability in Kibana.

subscription: "basic"
kibana:
version: "^8.11.0"
icons:
Expand Down
7 changes: 6 additions & 1 deletion packages/synthetics_dashboards/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
link: https://github.com/elastic/integrations/pull/8032
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
Expand Down Expand Up @@ -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": ""
Expand Down Expand Up @@ -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": ""
Expand Down Expand Up @@ -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": ""
Expand Down Expand Up @@ -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": ""
Expand Down
18 changes: 12 additions & 6 deletions packages/synthetics_dashboards/manifest.yml
Original file line number Diff line number Diff line change
@@ -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
type: elastic
github: elastic/obs-ux-infra_services-team