Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.14 KB

AWS ES/Kibana Proxy

AWS ElasticSearch/Kibana Proxy to access your AWS ES cluster.

This is the solution for accessing your cluster if you have configured access policies for your ES domain

Usage

Install the npm module

npm install -g aws-es-kibana

NPM Stats

Set AWS credentials

export AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXXXX
export AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXX

Run the proxy

aws-es-kibana <cluster-endpoint>

Alternativly, you can set the AWS_PROFILE environment variable

AWS_PROFILE=myprofile aws-es-kibana <cluster-endpoint>

Example

aws-es-kibana

Credits

Adopted from this gist. Thanks @nakedible-p