Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change categories in AWS package #1357

Merged
merged 3 commits into from Jul 27, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.9.3"
changes:
- description: Fix categories for each policy template
type: bugfix
link: https://github.com/elastic/integrations/pull/1357
- version: "0.9.2"
changes:
- description: Add linked account information into billing metricset
Expand Down
16 changes: 13 additions & 3 deletions packages/aws/manifest.yml
@@ -1,15 +1,13 @@
format_version: 1.0.0
name: aws
title: AWS
version: 0.9.2
version: 0.9.3
license: basic
description: AWS Integration
type: integration
categories:
- aws
- cloud
- network
- security
release: beta
conditions:
kibana.version: "^7.14.0"
Expand Down Expand Up @@ -95,6 +93,8 @@ policy_templates:
description: Collect logs from AWS Cloudtrail
data_streams:
- cloudtrail
categories:
- security
inputs:
- type: aws-s3
title: Collect logs from Cloudtrail service
Expand Down Expand Up @@ -209,6 +209,8 @@ policy_templates:
data_streams:
- elb_logs
- elb_metrics
categories:
- network
inputs:
- type: aws-s3
title: Collect logs from ELB service
Expand Down Expand Up @@ -257,6 +259,8 @@ policy_templates:
description: Collect AWS NATGateway metrics
data_streams:
- natgateway
categories:
- network
inputs:
- type: aws/metrics
title: Collect NATGateway metrics
Expand Down Expand Up @@ -298,6 +302,7 @@ policy_templates:
- s3access
categories:
- datastore
- security
inputs:
- type: aws-s3
title: Collect S3 access logs
Expand Down Expand Up @@ -366,6 +371,8 @@ policy_templates:
description: Collect AWS Transit Gateway metrics
data_streams:
- transitgateway
categories:
- network
inputs:
- type: aws/metrics
title: Collect Transit Gateway metrics
Expand Down Expand Up @@ -396,6 +403,9 @@ policy_templates:
description: Collect AWS vpcflow logs
data_streams:
- vpcflow
categories:
- network
- security
inputs:
- type: aws-s3
title: Collect VPC Flow logs
Expand Down