From 22893f3f8979d0cb18b6b137bae79b4528ee44be Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Wed, 15 Jul 2020 07:10:59 -0700 Subject: [PATCH] Including changes from https://github.com/elastic/integrations/pull/166 --- packages/aws/0.2.0/dataset/cloudtrail/manifest.yml | 8 ++++++++ packages/aws/0.2.0/dataset/cloudwatch_logs/manifest.yml | 8 ++++++++ packages/aws/0.2.0/dataset/ec2_logs/manifest.yml | 8 ++++++++ packages/aws/0.2.0/dataset/elb_logs/manifest.yml | 8 ++++++++ packages/aws/0.2.0/dataset/s3access/manifest.yml | 8 ++++++++ packages/aws/0.2.0/dataset/vpcflow/manifest.yml | 8 ++++++++ packages/aws/0.2.0/manifest.yml | 7 ------- 7 files changed, 48 insertions(+), 7 deletions(-) diff --git a/packages/aws/0.2.0/dataset/cloudtrail/manifest.yml b/packages/aws/0.2.0/dataset/cloudtrail/manifest.yml index d580bbfdc0..6d8978507f 100644 --- a/packages/aws/0.2.0/dataset/cloudtrail/manifest.yml +++ b/packages/aws/0.2.0/dataset/cloudtrail/manifest.yml @@ -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. diff --git a/packages/aws/0.2.0/dataset/cloudwatch_logs/manifest.yml b/packages/aws/0.2.0/dataset/cloudwatch_logs/manifest.yml index 2e422e7a90..92d1e83edd 100644 --- a/packages/aws/0.2.0/dataset/cloudwatch_logs/manifest.yml +++ b/packages/aws/0.2.0/dataset/cloudwatch_logs/manifest.yml @@ -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. \ No newline at end of file diff --git a/packages/aws/0.2.0/dataset/ec2_logs/manifest.yml b/packages/aws/0.2.0/dataset/ec2_logs/manifest.yml index ffbb9bd07d..49dfeff375 100644 --- a/packages/aws/0.2.0/dataset/ec2_logs/manifest.yml +++ b/packages/aws/0.2.0/dataset/ec2_logs/manifest.yml @@ -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. \ No newline at end of file diff --git a/packages/aws/0.2.0/dataset/elb_logs/manifest.yml b/packages/aws/0.2.0/dataset/elb_logs/manifest.yml index ea68cbffba..10a97bde23 100644 --- a/packages/aws/0.2.0/dataset/elb_logs/manifest.yml +++ b/packages/aws/0.2.0/dataset/elb_logs/manifest.yml @@ -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. \ No newline at end of file diff --git a/packages/aws/0.2.0/dataset/s3access/manifest.yml b/packages/aws/0.2.0/dataset/s3access/manifest.yml index 0b1de6c258..4ece87dcd8 100644 --- a/packages/aws/0.2.0/dataset/s3access/manifest.yml +++ b/packages/aws/0.2.0/dataset/s3access/manifest.yml @@ -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. \ No newline at end of file diff --git a/packages/aws/0.2.0/dataset/vpcflow/manifest.yml b/packages/aws/0.2.0/dataset/vpcflow/manifest.yml index 61d7ab6040..b764d129ea 100644 --- a/packages/aws/0.2.0/dataset/vpcflow/manifest.yml +++ b/packages/aws/0.2.0/dataset/vpcflow/manifest.yml @@ -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. \ No newline at end of file diff --git a/packages/aws/0.2.0/manifest.yml b/packages/aws/0.2.0/manifest.yml index b2f849182d..64c391f48a 100644 --- a/packages/aws/0.2.0/manifest.yml +++ b/packages/aws/0.2.0/manifest.yml @@ -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