1
0
mirror of https://github.com/rlister/dockerfiles.git synced 2025-12-12 17:26:15 +00:00

add aws-es-kibana

This commit is contained in:
Richard Lister
2016-04-13 17:11:02 -04:00
parent f5e28f8f43
commit 9a567d4a4e
2 changed files with 21 additions and 0 deletions

10
aws-es-kibana/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM alpine:3.3
MAINTAINER Ric Lister <rlister@gmail.com>
RUN apk add --update nodejs && \
npm install aws-es-kibana -g
EXPOSE 9200
CMD [ "aws-es-kibana" ]

11
aws-es-kibana/README.md Normal file
View File

@@ -0,0 +1,11 @@
# aws-es-kibana
Simple alpine-based Dockerfile for
[aws-es-kibana](https://www.npmjs.com/package/aws-es-kibana) from
`npm` ([github](https://github.com/santthosh/aws-es-kibana)), which is
based on
[this gist](https://gist.github.com/nakedible-p/ad95dfb1c16e75af1ad5).
Runs a simple HTTP proxy on `localhost:9200` that handles
request-signing for an IAM user or instance role that has access to an
[AWS Elasticsearch](https://aws.amazon.com/elasticsearch-service/) domain.