Skip to content

Commit

Permalink
Add fips_enabled into aws fileset manifests (elastic#22057)
Browse files Browse the repository at this point in the history
(partial cherry pick from commit 5d07709)
  • Loading branch information
kaiyan-sheng authored and jsoriano committed Nov 18, 2020
1 parent 61034e8 commit edcefb2
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 0 deletions.
18 changes: 18 additions & 0 deletions x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ filebeat.modules:
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

cloudwatch:
enabled: false

Expand Down Expand Up @@ -176,6 +179,9 @@ filebeat.modules:
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

ec2:
enabled: false

Expand Down Expand Up @@ -210,6 +216,9 @@ filebeat.modules:
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

elb:
enabled: false

Expand Down Expand Up @@ -244,6 +253,9 @@ filebeat.modules:
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

s3access:
enabled: false

Expand Down Expand Up @@ -278,6 +290,9 @@ filebeat.modules:
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

vpcflow:
enabled: false

Expand Down Expand Up @@ -312,6 +327,9 @@ filebeat.modules:
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

#-------------------------------- Azure Module --------------------------------
- module: azure
# All logs
Expand Down
18 changes: 18 additions & 0 deletions x-pack/filebeat/module/aws/_meta/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

cloudwatch:
enabled: false

Expand Down Expand Up @@ -79,6 +82,9 @@
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

ec2:
enabled: false

Expand Down Expand Up @@ -113,6 +119,9 @@
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

elb:
enabled: false

Expand Down Expand Up @@ -147,6 +156,9 @@
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

s3access:
enabled: false

Expand Down Expand Up @@ -181,6 +193,9 @@
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

vpcflow:
enabled: false

Expand Down Expand Up @@ -214,3 +229,6 @@

# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false
1 change: 1 addition & 0 deletions x-pack/filebeat/module/aws/cloudtrail/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var:
default: true
- name: process_insight_logs
default: true
- name: fips_enabled

ingest_pipeline: ingest/pipeline.yml
input: config/{{.input}}.yml
1 change: 1 addition & 0 deletions x-pack/filebeat/module/aws/cloudwatch/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var:
- name: role_arn
- name: tags
default: [forwarded]
- name: fips_enabled

ingest_pipeline: ingest/pipeline.yml
input: config/{{.input}}.yml
1 change: 1 addition & 0 deletions x-pack/filebeat/module/aws/ec2/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var:
- name: role_arn
- name: tags
default: [forwarded]
- name: fips_enabled

ingest_pipeline: ingest/pipeline.yml
input: config/{{.input}}.yml
1 change: 1 addition & 0 deletions x-pack/filebeat/module/aws/elb/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var:
- name: role_arn
- name: tags
default: [forwarded]
- name: fips_enabled

ingest_pipeline: ingest/pipeline.yml
input: config/{{.input}}.yml
Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/module/aws/s3access/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var:
- name: role_arn
- name: tags
default: [forwarded]
- name: fips_enabled

ingest_pipeline: ingest/pipeline.yml
input: config/{{.input}}.yml
1 change: 1 addition & 0 deletions x-pack/filebeat/module/aws/vpcflow/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var:
- name: role_arn
- name: tags
default: [forwarded]
- name: fips_enabled

ingest_pipeline: ingest/pipeline.yml
input: config/input.yml
18 changes: 18 additions & 0 deletions x-pack/filebeat/modules.d/aws.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

cloudwatch:
enabled: false

Expand Down Expand Up @@ -82,6 +85,9 @@
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

ec2:
enabled: false

Expand Down Expand Up @@ -116,6 +122,9 @@
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

elb:
enabled: false

Expand Down Expand Up @@ -150,6 +159,9 @@
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

s3access:
enabled: false

Expand Down Expand Up @@ -184,6 +196,9 @@
# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

vpcflow:
enabled: false

Expand Down Expand Up @@ -217,3 +232,6 @@

# AWS IAM Role to assume
#var.role_arn: arn:aws:iam::123456789012:role/test-mb

# Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
#var.fips_enabled: false

0 comments on commit edcefb2

Please sign in to comment.