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:
10
aws-es-kibana/Dockerfile
Normal file
10
aws-es-kibana/Dockerfile
Normal 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
11
aws-es-kibana/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user