Skip to content
Snippets Groups Projects
Commit 9097f91e authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Added documentation about ELK.

parent 032b46dc
No related branches found
No related tags found
No related merge requests found
...@@ -26,11 +26,21 @@ pip install -e . ...@@ -26,11 +26,21 @@ pip install -e .
``` ```
### Run dev infrastructure with docker. ### Run dev infrastructure with docker.
You can do it with or without the ELK stack.
To run is without (default):
``` ```
cd ./infrastructure cd ./infrastructure
docker-compose build docker-compose build
sh up-wo-elk.sh
```
To run with ELK, enable `logstash` in nomad.config:logstash, and start the docker compose with
```
docker-compose up docker-compose up
``` ```
You can reach the Kibana with [localhost:5601](http://localhost:5601).
The index prefix for logs is `logstash-`.
Optionally register the infrastructue minio host to the minio client (mc). Optionally register the infrastructue minio host to the minio client (mc).
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment