How can I export visualizations without exposing sensative data within kibana?

I want to build a real-time dashboard based on data I have stored within Elasticsearch, but my colleague is wary of this because he doesnt want to expose all the data within kibana.

Is there a way to safely isolate the visualization exported without exposing all the raw data? Or is there another best practice to conduct such a project?

Thanks~

Currently, sort of.
You can use Shield to provide restrictions to the underlying data, so that various people can only see some of it.
But you cannot lock down Kibana at the moment.