From 71093a435a5593e81e778344527fa56a3af932fa Mon Sep 17 00:00:00 2001 From: BacLuc Date: Fri, 29 Dec 2023 21:07:27 +0100 Subject: [PATCH] ecamp3-logging: add README.md --- .helm/ecamp3-logging/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .helm/ecamp3-logging/README.md diff --git a/.helm/ecamp3-logging/README.md b/.helm/ecamp3-logging/README.md new file mode 100644 index 0000000000..de21a35516 --- /dev/null +++ b/.helm/ecamp3-logging/README.md @@ -0,0 +1,11 @@ +# ecamp3-logging + +This is a helm chart to deploy the logging stack of ecamp3. +It uses the EFK stack (Elasticsearch, Filebeat and Kibana). +There is currently no setup to deploy it in a continuous fashion.\ +The [deploy.sh](deploy.sh) allows to deploy the chart if you have +a working [kubectl and helm setup](https://github.com/ecamp/ecamp3/wiki/Deployment-installation-Kubernetes#connecting-to-the-cluster). + +The current setup of kibana is stored here: [kibana-objects.ndjson](files%2Fkibana%2Fkibana-objects.ndjson)\ +It can be generated and restored with the scripts [dump-kibana-objects.sh](files%2Fkibana%2Fdump-kibana-objects.sh) +and [restore-kibana-objects.sh](files%2Fkibana%2Frestore-kibana-objects.sh)