-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User/Password Authentication #154
Comments
encounter the same question |
i have the same problem and how did you do? |
We are facing the same issue. |
I'm pinging random people with commits on this repo. There's a lot of questions around authentication and how different methods play together which means your documentation or functionality is problematic. We're all paying customers if we're using this service, is there any channel for meaningful support on this? |
This appears to be a bug. We will prioritize a fix for this. |
@rlewkowicz I'm not an Amazon employee, just a contributor 😂 |
Need this feature to index data to Amazon ES 7.4 with FGAC enabled. |
+1 having this issue |
+1 |
Hi all, in the meantime, if you are using fine grained access control with username/password and have made your access policy open, then you can use the regular Logstash Elasticsearch output plugin to unblock yourselves while we work on a fix: https://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html |
The above is assuming you are not using IAM to control access in addition to username/password |
Please use this as a temporary workaround. We will work on a fix to the root-cause. |
How does one define an open access policy for amazon @iamanush? I made mine to be something like below however I'm still encountering the below error ERROR: ACCESS POLICY LOGSTASH OUTPUT |
@zeke13210 - I am struggling with the same problem |
The following access policy is what I have tested. This was generated using the dropdown menu for "Domain Access Policy" and choosing "Allow open access to domain": { Please see below screenshot for dropdown menu. This can be found by going to Actions -> Modify access policy from the domain dashboard. Please be sure that your domain is accessible from the host from which you are using logstash on. You can do this by trying a curl request to the domain from that host with the username and password: curl -u username:password DOMAIN_ENDPOINT/_cluster/health - for example |
this issue occurs with instance profile credentials aswell |
Hi! Is there any update on this? I am facing the same today |
Your problem is right there in the conf file output block...is obvious as of 06/04/2021 now that the Readme contains the logstash configuration instructions. At this point the solution is a matter of RTM: Your config:
plugin config.
|
Hi,
I'm trying to build an ELK infrastructure, using AWS Fine Grained Authentication, the problem I'm encountering right now is making Logstash connect to the ES cluster.
When launching logstash I get the following error:
Although when I try to curl the ES_ENDPOINT from the instance with the same credentials it works fine.
Here is the output configuration file I'm using:
The user being a master user created when creating the ES cluster.
The text was updated successfully, but these errors were encountered: