# Making Visualizations Public

**URL:** https://discuss.elastic.co/t/making-visualizations-public/187864
**Category:** Kibana
**Created:** [June 27, 2019, 2:11pm UTC](https://discuss.elastic.co/t/making-visualizations-public/187864 "2019-06-27T14:11:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sabtt17](https://avatars.discourse-cdn.com/v4/letter/s/b3f665/32.png) [@sabtt17](https://discuss.elastic.co/u/sabtt17)
#### Post date: [June 27, 2019, 2:11pm UTC](https://discuss.elastic.co/t/making-visualizations-public/187864/1 "2019-06-27T14:11:51Z")

</div>

Hello! I am looking to make my Kibana visualizations/dashboards publicly viewable through a website. The embedded link generated through the share tab seems to only be working for me, with other users getting an error saying couldn’t display data for anonymous. Is there a way to make it available to everyone?

---

<div class="post-metadata">

### Author: ![rashmi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rashmi/32/16391_2.png) [@rashmi](https://discuss.elastic.co/u/rashmi)
#### Post date: [July 16, 2019, 8:24pm UTC](https://discuss.elastic.co/t/making-visualizations-public/187864/2 "2019-07-16T20:24:01Z")

</div>

> [@sabtt17](#):
>
> embedded link generated through the

Its an intentional warning that was added when you are logged in as as the root user or using `sudo` . Kibana shouldn't need root access to run - generally it's a good practice to run with the least amount of privileges.

Don't know which version you are on though, but this PR went into 7.2.0 :

> <https://github.com/elastic/kibana/pull/21563>
>
> This checks if we're attempting to run Kibana as root, and if so we exit. A for…ce-root flag is available for overriding.
> 
> Kibana shouldn't need root access to run - generally it's a good practice to run with the least amount of privileges. Additionally this will help alleviate permission issues with our plugin installer on deb and rpm packages (sudo -u kibana)
> 
> Closes #20636

Hope this helps  
Thanks  
Rashmi

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [August 13, 2019, 8:24pm UTC](https://discuss.elastic.co/t/making-visualizations-public/187864/3 "2019-08-13T20:24:07Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
