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

Add queue_url as a parameter for each individual log dataset #166

Merged
merged 2 commits into from
Jul 15, 2020
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/aws/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/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/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/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/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/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/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