Merge "Disable usage collection in Kibana"

This commit is contained in:
Zuul 2021-05-21 09:42:04 +00:00 committed by Gerrit Code Review
commit e9490fc747
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,7 @@ elasticsearch.hosts: "{{ elasticsearch_internal_endpoint }}"
elasticsearch.requestTimeout: {{ kibana_elasticsearch_request_timeout }}
elasticsearch.shardTimeout: {{ kibana_elasticsearch_shard_timeout }}
elasticsearch.ssl.verificationMode: "{{ 'full' if kibana_elasticsearch_ssl_verify | bool else 'none' }}"
telemetry.optIn: false
{% if openstack_cacert | length > 0 %}
elasticsearch.ssl.certificateAuthorities: {{ openstack_cacert }}
{% endif %}

View File

@ -0,0 +1,5 @@
---
features:
- |
Disables usage collection (telemetry) in Kibana by default. User has still
an option to enable it via GUI.