Skip to content

Commit b692d76

Browse files
authored
[Stack Monitoring] Add compatibility with 9.x (#13118)
* Add compatibility with 9.x
1 parent a7816d9 commit b692d76

File tree

7 files changed

+22
-7
lines changed

7 files changed

+22
-7
lines changed

packages/beat/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- version: 1.0.1
2+
changes:
3+
- description: Added 9.0.0 constraint
4+
type: enhancement
5+
link: https://github.com/elastic/integrations/pull/13118
16
- version: 1.0.0-beta1
27
changes:
38
- description: Adding Beats monitoring dashboards

packages/beat/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: beat
22
title: Beat
3-
version: 1.0.0-beta1
3+
version: 1.0.1
44
description: Beat Integration
55
type: integration
66
conditions:
7-
kibana.version: ^8.10.2
7+
kibana.version: ^8.10.2 || ^9.0.0
88
elastic.subscription: basic
99
owner:
1010
github: elastic/stack-monitoring

packages/elasticsearch/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.18.0"
3+
changes:
4+
- description: Added 9.0.0 constraint
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/13118
27
- version: "1.17.4"
38
changes:
49
- description: Fix formulas for computing tier capacity

packages/elasticsearch/elasticsearch/transform/index_pivot/transform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pivot:
119119
script: "Math.max(0, params.end-params.start)"
120120
dest:
121121
index: "monitoring-indices"
122-
pipeline: "1.17.4-monitoring_indices"
122+
pipeline: "1.18.0-monitoring_indices"
123123
description: This transform runs every 10 minutes to compute extra metrics for the Elasticsearch indices.
124124
frequency: 10m
125125
settings:

packages/elasticsearch/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: elasticsearch
22
title: Elasticsearch
3-
version: 1.17.4
3+
version: 1.18.0
44
description: Elasticsearch Integration
55
type: integration
66
icons:
@@ -12,7 +12,7 @@ format_version: 2.6.0
1212
categories: ["elastic_stack", "datastore"]
1313
conditions:
1414
elastic.subscription: basic
15-
kibana.version: ^8.10.1
15+
kibana.version: ^8.10.1 || ^9.0.0
1616
owner:
1717
github: elastic/stack-monitoring
1818
policy_templates:

packages/kibana/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.7.0"
3+
changes:
4+
- description: Added 9.0.0 constraint
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/13118
27
- version: "2.6.1"
38
changes:
49
- description: Updated SSL description to be uniform and to include links to documentation.

packages/kibana/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: kibana
22
title: Kibana
3-
version: 2.6.1
3+
version: 2.7.0
44
description: Collect logs and metrics from Kibana with Elastic Agent.
55
type: integration
66
icons:
@@ -12,7 +12,7 @@ format_version: 1.0.0
1212
license: basic
1313
categories: ["elastic_stack"]
1414
conditions:
15-
kibana.version: ^8.10.1
15+
kibana.version: ^8.10.1 || ^9.0.0
1616
owner:
1717
github: elastic/stack-monitoring
1818
policy_templates:

0 commit comments

Comments
 (0)