EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit d6f66f83 authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Set kibana to log to fluentd

This would only be a problem if fluentd wasn't running, but
since fluentd doesn't log to fluentd, kibana wouldn't help anyway.
parent b4e6b50d
No related branches found
No related tags found
No related merge requests found
......@@ -14,5 +14,3 @@ services:
kibana:
ports:
- "5601:5601"
logging:
driver: "fluentd"
......@@ -35,6 +35,8 @@ services:
driver: "json-file"
kibana:
image: kibana:7.9.0
logging:
driver: "fluentd"
networks:
- logging
deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment