We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792494f commit 92573f5Copy full SHA for 92573f5
packages/logstash/changelog.yml
@@ -1,4 +1,9 @@
1
# 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
7
- version: "2.6.2"
8
changes:
9
- description: Updated SSL description to be uniform and to include links to documentation.
packages/logstash/manifest.yml
@@ -1,6 +1,6 @@
name: logstash
title: Logstash
-version: 2.6.2
+version: 2.7.0
description: Collect logs and metrics from Logstash with Elastic Agent.
type: integration
icons:
@@ -14,7 +14,7 @@ categories:
14
- elastic_stack
15
conditions:
16
kibana:
17
- version: ^8.17.0
+ version: "^8.17.0 || ^9.0.0"
18
elastic:
19
subscription: basic
20
owner:
0 commit comments