EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 574e03a7 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

disable usage telemetry in kibana

parent 31b5fe6c
No related branches found
No related merge requests found
server.name: kibana
server.host: "0"
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
monitoring.ui.container.elasticsearch.enabled: true
telemetry.enabled: false
telemetry.optIn: false
\ No newline at end of file
......@@ -40,9 +40,14 @@ services:
- logging
deploy:
replicas: 1
configs:
- source: kibana-conf
target: /usr/share/kibana/config/kibana.yml
configs:
fluentd-conf:
file: ./fluentd/conf/fluent.conf
kibana-conf:
file: ./config/kibana.yml
volumes:
es-data:
networks:
......
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