Is there a way to disable these "Help Us Improve Elastic" pop-ups in Kibana?
We embed these views in reports which makes the pop-up un-clickable by end-users. They block vital information in the chart.
I have tried updating the kibana.yml file to include:
telemetry.banner: false
telemetry.optIn: false
telemetry.allowChangingOptInStatus: false
These seem to have no effect whatsoever.