Support for AWS Elasticsearch Service
See original GitHub issueAWS Elasticsearch service accepts only signed requests (AWS4 Signature that is generated from all request components [method, uri, payload, datestamp, secretkey, key … etc])
Version 2.0.0 of Jest doesn’t support this feature. Even doing it manually by adding the required headers to the Search
object of jest won’t solve this issue.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Amazon OpenSearch Service - AWS Documentation
Supported versions of OpenSearch and Elasticsearch. OpenSearch Service currently supports the following OpenSearch versions: 2.3, 1.3, 1.2, 1.1, 1.0. OpenSearch ...
Read more >Amazon OpenSearch Service
Amazon OpenSearch Service makes it easy for you to perform interactive log analytics, real-time application monitoring, website search, and more.
Read more >Amazon OpenSearch Service FAQs
Amazon OpenSearch Service supports most of the commonly used OpenSearch and Elasticsearch APIs, so the code, applications, and popular tools that you're already ......
Read more >Amazon Elasticsearch Service Is Now Amazon ... - Amazon AWS
Amazon Elasticsearch Service Is Now Amazon OpenSearch Service and Supports OpenSearch 1.0 ; Reporting, Schedule, export, and share reports from ...
Read more >Supported operations in Amazon OpenSearch Service
OpenSearch Service supports many versions of OpenSearch and legacy Elasticsearch OSS. The following sections show the operations that OpenSearch Service ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Btw: Aws releases Elasticsearch v2.3
@thesmith thanks, this works very well. I switched to https://github.com/inreachventures/aws-signing-request-interceptor now