Skip to content

Commit 5931aff

Browse files
authored
[aws_logs] Add conditions for kibana version (#2819)
1 parent 5944ba8 commit 5931aff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/aws_logs/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- version: "0.2.1"
2+
changes:
3+
- description: Add kibana version constraint
4+
type: bugfix
5+
link: https://github.com/elastic/integrations/pull/2819
16
- version: "0.2.0"
27
changes:
38
- description: Move s3 input and cloudwatch input into the same generic data stream

packages/aws_logs/manifest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ name: aws_logs
33
title: Custom AWS Logs
44
description: Collect raw logs from AWS S3 or CloudWatch with Elastic Agent.
55
type: integration
6-
version: 0.2.0
6+
version: 0.2.1
77
release: beta
88
license: basic
99
categories:
1010
- custom
1111
- cloud
1212
- aws
13+
conditions:
14+
kibana.version: ^7.16.0 || ^8.0.0
1315
policy_templates:
1416
- name: aws_logs
1517
title: Custom AWS Logs

0 commit comments

Comments
 (0)