osism / issues

This repository is used for bug reports that are cross-project or not bound to a specific repository (or to an unknown repository).
https://www.osism.tech
1 stars 1 forks source link

kibana: disable transfer of user data #52

Closed berendt closed 2 years ago

osfrickler commented 2 years ago

https://www.elastic.co/guide/en/kibana/7.16/telemetry-settings-kbn.html set telemetry.enabled: false in kibana.yml Result:

Version: 7.10.2
Build: 36136
Error: Definition of plugin "telemetry" not found and may have failed to load.
read@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:309093
_callee3$@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:313741
l@http://api.testbed.osism.xyz:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:982071
s/o._invoke</<@http://api.testbed.osism.xyz:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:981825
_/</e[t]@http://api.testbed.osism.xyz:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:982428
plugin_asyncGeneratorStep@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:309548
_next@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:309890
plugin_asyncToGenerator/</<@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:310034
plugin_asyncToGenerator/<@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:309777
createPluginInstance@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:314307
_callee$@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:312112
l@http://api.testbed.osism.xyz:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:982071
s/o._invoke</<@http://api.testbed.osism.xyz:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:981825
_/</e[t]@http://api.testbed.osism.xyz:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:982428
plugin_asyncGeneratorStep@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:309548
_next@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:309890
plugin_asyncToGenerator/</<@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:310034
plugin_asyncToGenerator/<@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:309777
setup@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:312388
_callee$@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:323024
l@http://api.testbed.osism.xyz:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:982071
s/o._invoke</<@http://api.testbed.osism.xyz:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:981825
_/</e[t]@http://api.testbed.osism.xyz:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:982428
plugins_service_asyncGeneratorStep@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:317120
_next@http://api.testbed.osism.xyz:5601/36136/bundles/core/core.entry.js:13:317480
berendt commented 2 years ago

Prepared https://review.opendev.org/c/openstack/kolla-ansible/+/818695 to not send cluster statistics to Elastic by default.

osfrickler commented 2 years ago

https://review.opendev.org/c/openstack/kolla-ansible/+/782330 already did set optIn=false, which might be good enough. Would need to test with xena instead of wallaby to verify.

berendt commented 2 years ago

Check this in the testbed. Xena is available.

osfrickler commented 2 years ago

Fixed in Xena.