Skip to content

edwanyoike/aws-es-kibana-xt

 
 

Repository files navigation

npm version

Deploy

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-xt

Set AWS credentials example below

 export AWS_ACCESS_KEY_ID="AIUDUBSUNSKDKSMKMKSNDKSDNSJ"
 export AWS_SECRET_ACCESS_KEY="sdefescvrefdc/casedfwedfwa"
 export AWS_REGION="eu-west-1"
 export ENDPOINT="search-xxxxx.us-west-2.es.amazonaws.com"

Run the proxy in two ways

  1. aws-es-kibana-xt
  2. aws-es-kibana-xt --region eu-west-1 search-mykibana-es-uat-testing.eu-west-1.es.amazonaws.com

Run within docker container (under review)

Credits

Adopted from this gist. Thanks @nakedible-p

About

AWS ElasticSearch Kibana Proxy extended

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • Dockerfile 2.5%
  • Procfile 0.2%