Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Including changes from elastic/integrations#166
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jul 15, 2020
1 parent f27dafd commit 22893f3
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/aws/0.2.0/dataset/cloudtrail/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ streams:
template_path: s3.yml.hbs
title: AWS CloudTrail logs
description: Collect AWS CloudTrail logs using s3 input
vars:
- name: queue_url
type: text
title: Queue URL
multi: false
required: true
show_user: true
description: URL of the AWS SQS queue that messages will be received from.
8 changes: 8 additions & 0 deletions packages/aws/0.2.0/dataset/cloudwatch_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ streams:
template_path: s3.yml.hbs
title: AWS CloudWatch logs
description: Collect AWS CloudWatch logs using s3 input
vars:
- name: queue_url
type: text
title: Queue URL
multi: false
required: true
show_user: true
description: URL of the AWS SQS queue that messages will be received from.
8 changes: 8 additions & 0 deletions packages/aws/0.2.0/dataset/ec2_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ streams:
template_path: s3.yml.hbs
title: AWS EC2 logs
description: Collect AWS EC2 logs using s3 input
vars:
- name: queue_url
type: text
title: Queue URL
multi: false
required: true
show_user: true
description: URL of the AWS SQS queue that messages will be received from.
8 changes: 8 additions & 0 deletions packages/aws/0.2.0/dataset/elb_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ streams:
template_path: s3.yml.hbs
title: AWS ELB logs
description: Collect AWS ELB logs using s3 input
vars:
- name: queue_url
type: text
title: Queue URL
multi: false
required: true
show_user: true
description: URL of the AWS SQS queue that messages will be received from.
8 changes: 8 additions & 0 deletions packages/aws/0.2.0/dataset/s3access/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ streams:
template_path: s3.yml.hbs
title: AWS s3access logs
description: Collect AWS s3access logs using s3 input
vars:
- name: queue_url
type: text
title: Queue URL
multi: false
required: true
show_user: true
description: URL of the AWS SQS queue that messages will be received from.
8 changes: 8 additions & 0 deletions packages/aws/0.2.0/dataset/vpcflow/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ streams:
template_path: s3.yml.hbs
title: AWS vpcflow logs
description: Collect AWS vpcflow logs using s3 input
vars:
- name: queue_url
type: text
title: Queue URL
multi: false
required: true
show_user: true
description: URL of the AWS SQS queue that messages will be received from.
7 changes: 0 additions & 7 deletions packages/aws/0.2.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,6 @@ config_templates:
description: Collecting AWS CloudTrail, CloudWatch, EC2, ELB, S3 access logs and VPC flow logs
logs
vars:
- name: queue_url
type: text
title: Queue URL
multi: false
required: true
show_user: true
description: URL of the AWS SQS queue that messages will be received from.
- name: visibility_timeout
type: text
title: Visibility Timeout
Expand Down

0 comments on commit 22893f3

Please sign in to comment.