Sign inSign up

driveclutch/ecs-esproxy

By driveclutch

Updated almost 10 years ago

Simple NGINX container to proxy requests to an AWS ElasticSearch Domain.

Image
0

10K+

driveclutch/ecs-esproxy repository overview

ecs-esproxy

Simple NGINX container to proxy requests to an AWS ElasticSearch Domain.

Overview

This container is targeted for use inside a VPC against a ES domain which is restricted by IP to the VPC nat gateway IP. A shortcut for the Kibana plugin is available at /kibana/

Configuration

Use ES_ENDPOINT and ES_SCHEME to control where and how Nginx will connect to the AWS ElasticSearch domain.

Example Run

docker run -it --rm -p 80:80 -e ES_ENDPOINT=search-my-domain.my-region.es.amazonaws.com -e ES_SCHEME=https infra-esproxy

Test with curl -v http://localhost:80/

Tag summary

Content type

Image

Digest

Size

16.4 MB

Last updated

almost 10 years ago

docker pull driveclutch/ecs-esproxy