aws-elasticsearch-proxy

command module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 21, 2016 License: MIT Imports: 9 Imported by: 0

README

aws-elasticsearch-proxy

A proxy for AWS's ElasticSearch

Install

go get github.com/oremj/aws-elasticsearch-proxy

Usage

Make sure your credentials are set using the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY or ensure that the instance running the proxy has an instance profile. Ensure that the user or account that the credentials are assigned to have access to your ElasticSearch endpoint.

Run:

aws-elasticsearch-proxy \
  -region us-east-1 \
  -es-endpoint yourendpoint.us-east-1.es.amazonaws.com \
  -addr 127.0.0.1:8080

Test it out:

curl http://127.0.0.1:8080

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL