@@ -142,6 +142,12 @@ filebeat.modules:
142142 # AWS IAM Role to assume
143143 # var.role_arn: arn:aws:iam::123456789012:role/test-mb
144144
145+ # Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
146+ # var.fips_enabled: false
147+
148+ # The maximum number of messages to return from SQS. Valid values: 1 to 10.
149+ # var.max_number_of_messages: 5
150+
145151 cloudwatch :
146152 enabled : false
147153
@@ -176,6 +182,12 @@ filebeat.modules:
176182 # AWS IAM Role to assume
177183 # var.role_arn: arn:aws:iam::123456789012:role/test-mb
178184
185+ # Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
186+ # var.fips_enabled: false
187+
188+ # The maximum number of messages to return from SQS. Valid values: 1 to 10.
189+ # var.max_number_of_messages: 5
190+
179191 ec2 :
180192 enabled : false
181193
@@ -210,6 +222,12 @@ filebeat.modules:
210222 # AWS IAM Role to assume
211223 # var.role_arn: arn:aws:iam::123456789012:role/test-mb
212224
225+ # Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
226+ # var.fips_enabled: false
227+
228+ # The maximum number of messages to return from SQS. Valid values: 1 to 10.
229+ # var.max_number_of_messages: 5
230+
213231 elb :
214232 enabled : false
215233
@@ -244,6 +262,12 @@ filebeat.modules:
244262 # AWS IAM Role to assume
245263 # var.role_arn: arn:aws:iam::123456789012:role/test-mb
246264
265+ # Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
266+ # var.fips_enabled: false
267+
268+ # The maximum number of messages to return from SQS. Valid values: 1 to 10.
269+ # var.max_number_of_messages: 5
270+
247271 s3access :
248272 enabled : false
249273
@@ -278,6 +302,12 @@ filebeat.modules:
278302 # AWS IAM Role to assume
279303 # var.role_arn: arn:aws:iam::123456789012:role/test-mb
280304
305+ # Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
306+ # var.fips_enabled: false
307+
308+ # The maximum number of messages to return from SQS. Valid values: 1 to 10.
309+ # var.max_number_of_messages: 5
310+
281311 vpcflow :
282312 enabled : false
283313
@@ -312,6 +342,12 @@ filebeat.modules:
312342 # AWS IAM Role to assume
313343 # var.role_arn: arn:aws:iam::123456789012:role/test-mb
314344
345+ # Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
346+ # var.fips_enabled: false
347+
348+ # The maximum number of messages to return from SQS. Valid values: 1 to 10.
349+ # var.max_number_of_messages: 5
350+
315351# -------------------------------- Azure Module --------------------------------
316352- module : azure
317353 # All logs
0 commit comments