Skip to content

Commit

Permalink
Add known issue caused by credentials error with S3+SQS (elastic#2168)
Browse files Browse the repository at this point in the history
* Add known issue caused by credentials error with S3+SQS

* Apply suggestions from code review

* Remove redundant text
  • Loading branch information
dedemorton authored Sep 8, 2022
1 parent 362542f commit 5f78657
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions release-notes/release-notes-8.4.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,48 @@ Also see:
[[release-notes-8.4.1]]
== {fleet} and {agent} 8.4.1

[discrete]
[[known-issues-8.4.1]]
=== Known issues

// tag::credentials-error[]
.Credentials error prevents {agent} from ingesting AWS logs
[%collapsible]
====
*Details*
{agent}s configured to use the AWS integration may return an error similar to the following:
[source,shell]
----
sqs ReceiveMessage failed: operation error SQS: ReceiveMessage, https response
error StatusCode: 403, RequestID: cb57783a-505f-5099-9160-23b8eea8ddbb,
api error SignatureDoesNotMatch: Credential should be scoped to a valid region.
----
This error was introduced by a breaking change in the AWS library.
*Impact* +
{agent} is unable to ingest AWS logs and some metrics. To resolve this error:
* If you are using the default domain `amazonaws.com`, upgrade the AWS
integration package to version 1.23.4 to apply the temporary fix added in
https://github.com/elastic/integrations/pull/4103[PR #4103]. If this does not
solve your problem, set the AWS region (either from an environment variable,
credentials or instance profile) where {agent} is running.
* Otherwise, wait to upgrade until the permanent fix added by
https://github.com/elastic/beats/pull/32921[PR #32921] is available in an
upcoming stack release.
====
// end::credentials-error[]

[discrete]
[[bug-fixes-8.4.1]]
=== Bug fixes

There are no bug fixes for {fleet} or {agent} in this release.

// end 8.4.1 relnotes
Expand Down Expand Up @@ -59,6 +101,12 @@ For more information, refer to {kibana-pull}135669[#135669].
To configure `setxpack.fleet.agents.fleet_server.hosts` and `xpack.fleet.agents.elasticsearch.hosts` on the Fleet UI, avoid configuring the settings in kibana.yml.
====

[discrete]
[[known-issues-8.4.0]]
=== Known issues

include::release-notes-8.4.asciidoc[tag=credentials-error]

[discrete]
[[new-features-8.4.0]]
=== New features
Expand Down

0 comments on commit 5f78657

Please sign in to comment.