Skip to content

Connecting to AWS OpenSearch Service locally with AWS credentials

License

Notifications You must be signed in to change notification settings

botisan-ai/opensearch-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS OpenSearch Proxy

This is a quick and dirty proxy for connecting to AWS OpenSearch Service locally with AWS credentials without having to do too much of a setup. It signs the AWS headers for you using your local credentials. It is mainly used for development purposes.

Currently it works with making requests to the OpenSearch service, but unfortunately not for the dashboards, since the frontend header logic is more complicated. A good alternative is to use Elasticvue to connect since OpenSearch is compatible with Elasticsearch v7.

Usage

  • clone the repo
  • install dependencies using yarn
  • run yarn start to start the proxy

License

MIT

About

Connecting to AWS OpenSearch Service locally with AWS credentials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published