Skip to content

Commit 92573f5

Browse files
authored
Add Kibana 9.0 support. (#12982)
1 parent 792494f commit 92573f5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/logstash/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: Add support for Kibana 9.0
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/12982
27
- version: "2.6.2"
38
changes:
49
- description: Updated SSL description to be uniform and to include links to documentation.

packages/logstash/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: logstash
22
title: Logstash
3-
version: 2.6.2
3+
version: 2.7.0
44
description: Collect logs and metrics from Logstash with Elastic Agent.
55
type: integration
66
icons:
@@ -14,7 +14,7 @@ categories:
1414
- elastic_stack
1515
conditions:
1616
kibana:
17-
version: ^8.17.0
17+
version: "^8.17.0 || ^9.0.0"
1818
elastic:
1919
subscription: basic
2020
owner:

0 commit comments

Comments
 (0)