From 0a40e710bd3e422200ab42584e4182b98e7b1fb7 Mon Sep 17 00:00:00 2001 From: nishaad78 Date: Wed, 22 Jul 2020 15:43:06 +0800 Subject: [PATCH] initial commit --- Dockerfile | 3 +++ README.md | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..b349b05 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM docker.elastic.co/kibana/kibana-oss:7.8.0 + +RUN kibana-plugin install -q https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-alerting/opendistro-alerting-1.9.0.0.zip \ No newline at end of file diff --git a/README.md b/README.md index 5c1d16a..f013800 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# docker-kibana-oss \ No newline at end of file +# docker-kibana-oss + +Docker image for kibana-oss with some plugins for alerting \ No newline at end of file