/aws-es-kibana

AWS ElasticSearch Kibana Proxy

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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