Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
9097f91e
Commit
9097f91e
authored
Aug 04, 2018
by
Markus Scheidgen
Browse files
Added documentation about ELK.
parent
032b46dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9097f91e
...
...
@@ -26,11 +26,21 @@ pip install -e .
```
### Run dev infrastructure with docker.
You can do it with or without the ELK stack.
To run is without (default):
```
cd ./infrastructure
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
```
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).
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment