Skip to content
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

Searching against index doesn't work. #20

Open
hoIIer opened this issue Dec 8, 2022 · 0 comments
Open

Searching against index doesn't work. #20

hoIIer opened this issue Dec 8, 2022 · 0 comments

Comments

@hoIIer
Copy link

hoIIer commented Dec 8, 2022

First, thank you this lib is great.

I was able to use it to interact with my es domain, create indices, add documents, etc.

But when I try to send a search query it fails each time with:

{
  "message": "The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details."
}

Query:

echo '{"query": {"title": "atl"}}' | aws-es-curl -X GET https://<domain>.us-east-1.es.amazonaws.com/demo-test/_search | jq

Am I doing something wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant