You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying to send data from a EC2 instance to a OS cluster in a different account with IAM roles don't seem to work.
To Reproduce
created policy on logstash EC2 (Account A) that can assume a role (in OpenSearch account - Account b) that is "godmode" over the cluster
Account A policy attached to logstash EC2:
Describe the bug
Trying to send data from a EC2 instance to a OS cluster in a different account with IAM roles don't seem to work.
To Reproduce
Account A policy attached to logstash EC2:
Account B opensearch_role:
Account B opensearch role trust relationship:
aws sts assume role
, works fineRedacted logstash config:
We do something similar with fluent-bit where that works fine.
Was wondering if this is not supported right now.
The text was updated successfully, but these errors were encountered: