Replies: 1 comment 4 replies
-
If I'm reading the logs right, it appears that the API version check and health check failed, but no actual traffic was sent to the ES/OS server. If that is right, could you try sending some traffic and see if that also fails? We have seen situations where the access permissions can be set to allow writing new data but the access checks are forbidden. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
im trying to setup a simple
stdin -> opensearch
pipeline and im having some trouble authenticating to opensearch.Im running
vector 0.29.0 (x86_64-unknown-linux-gnu 33b3868 2023-04-11 22:19:54.512366263)
and my config isthe verbose output is something like this
Im pretty confident the IAM/opensearch part is setup correctly because if i run from the same ec2 instance a logstash process, it can authenticate and send stuff to my opensearch, for example
Am i missing something obvious in my config ?
Beta Was this translation helpful? Give feedback.
All reactions