Skip to content

Commit a408c83

Browse files
authored
Add known issue for AWS S3 input (target 8.15) (#41733)
1 parent 44c70fd commit a408c83

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,19 @@ https://github.com/elastic/beats/compare/v8.14.3\...v8.15.0[View commits]
231231

232232
- The Azure EventHub input in Filebeat is not found when running on Windows. Please refrain from upgrading to 8.15. See {issue}40608[40608] for details.
233233
- Memory usage is not correctly limited by the number of events actively in the memory queue, but rather the maximum size of the memory queue regardless of usage. {issue}41355[41355]
234+
*Filebeat*
235+
- The AWS S3 input polling mode is not working when the S3 bucket is not in the `us-east-1` default region. This also impacts all AWS integrations and any custom AWS log integration which uses the `aws-s3` input polling mode. When using Filebeat, please add a `default_region` configuration with the region of the S3 bucket. For example:
236+
+
237+
["source","yaml"]
238+
----
239+
filebeat.inputs:
240+
- type: aws-s3
241+
enabled: true
242+
credential_profile_name: elastic-observability
243+
default_region: us-east-2
244+
number_of_workers: 5
245+
bucket_arn: 'arn:aws:s3:::test1'
246+
----
234247

235248
*Metricbeat*
236249

0 commit comments

Comments
 (0)