# Read Only Configuration

**URL:** https://discuss.elastic.co/t/read-only-configuration/160573
**Category:** Kibana
**Created:** [December 12, 2018, 3:41pm UTC](https://discuss.elastic.co/t/read-only-configuration/160573 "2018-12-12T15:41:25Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Anabella\_Cristaldi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/anabella_cristaldi/32/23612_2.png) [@Anabella\_Cristaldi](https://discuss.elastic.co/u/Anabella_Cristaldi)
#### Post date: [December 12, 2018, 3:41pm UTC](https://discuss.elastic.co/t/read-only-configuration/160573/1 "2018-12-12T15:41:25Z")

</div>

Hi all,  
I want to implement a read only dashboard using a reverse proxy and limiting the request's type.  
In the documentation of EE I course I read that  
_‒ only allow GET, HEAD, and OPTIONS requests for the particular Kibana instances that are desired to be read-only"_  
But inspecting the requests when access to the dashboard (via iframe) some other methods are used. for example:

```
"POST-/api/saved_objects/_bulk_get
"POST-/elasticsearch/_msearch"

```

and If I restrict the POST method the dashboard are not dot displayed correclty.  
Is this information correct?  
Thank you  
Regards  
Ana

---

<div class="post-metadata">

### Author: ![Brandon\_Kobel](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/brandon_kobel/32/14829_2.png) [@Brandon\_Kobel](https://discuss.elastic.co/u/Brandon_Kobel)
#### Post date: [December 12, 2018, 9:01pm UTC](https://discuss.elastic.co/t/read-only-configuration/160573/2 "2018-12-12T21:01:11Z")

</div>

Hey @Anabella_Cristaldi, I wouldn't recommend securing Kibana/ES using a reverse-proxy, it can get really complicated. I'd suggest researching [https://www.elastic.co/guide/en/x-pack/current/elasticsearch-security.html](https://www.elastic.co/guide/en/x-pack/current/elasticsearch-security.html)

---

<div class="post-metadata">

### Author: ![Anabella\_Cristaldi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/anabella_cristaldi/32/23612_2.png) [@Anabella\_Cristaldi](https://discuss.elastic.co/u/Anabella_Cristaldi)
#### Post date: [December 13, 2018, 8:24am UTC](https://discuss.elastic.co/t/read-only-configuration/160573/3 "2018-12-13T08:24:30Z")

</div>

Hi @Brandon_Kobel ,  
Thanks for you reply. I know that the best way to secure Kibana/Elastic is the X-Pack, but we do not have the licence; so I was trying to apply some tips that is in the documentation of the Elastic Engineer Course I : to only allow GET, HEAD and OPTIONS; but those methods are not enough in order to get my dashboards working.  
Thank you  
Regards  
Ana

---

<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: [January 10, 2019, 8:24am UTC](https://discuss.elastic.co/t/read-only-configuration/160573/4 "2019-01-10T08:24:30Z")

</div>

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