forked from ecamp/ecamp3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |