# Kibana dashboard got blocked

**URL:** https://discuss.elastic.co/t/kibana-dashboard-got-blocked/91570
**Category:** Kibana
**Created:** [July 2, 2017, 5:52pm UTC](https://discuss.elastic.co/t/kibana-dashboard-got-blocked/91570 "2017-07-02T17:52:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Rajat\_Singh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rajat_singh/32/48128_2.png) [@Rajat\_Singh](https://discuss.elastic.co/u/Rajat_Singh)
#### Post date: [July 2, 2017, 5:52pm UTC](https://discuss.elastic.co/t/kibana-dashboard-got-blocked/91570/1 "2017-07-02T17:52:28Z")

</div>

Hi folks,

I wanted that no one can make changes into my dashboard so i tried it with restrict the user access using api

curl -XPUT '[http://10.150.86.175:9200/Index](http://10.150.86.175:9200/Index) Name/\_settings' -d '{ "index.blocks.read\_only" : true }'

It is working fine but now i want to make changes to the index so what call i need to make  
curl -XPUT '[http://10.150.86.175:9200/logstash-altria\_access/\_settings](http://10.150.86.175:9200/logstash-altria_access/_settings)' -d '{ "index.blocks.read\_only" : false}'

I tried this but is not working for me

---

<div class="post-metadata">

### Author: ![cjcenizal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cjcenizal/32/11216_2.png) [@cjcenizal](https://discuss.elastic.co/u/cjcenizal)
#### Post date: [July 3, 2017, 4:17pm UTC](https://discuss.elastic.co/t/kibana-dashboard-got-blocked/91570/2 "2017-07-03T16:17:46Z")

</div>

Hi there,

Which version of Elasticsearch are you using? Can you check your network requests and see if that second request is getting an error response? Can you verify that you haven't also set `index.blocks.read` or `index.blocks.write` by mistake?

Also, can you tell me more about which other changes you're trying to make to the index, and what happens when you try to make them?

Thanks,  
CJ

---

<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: [July 31, 2017, 4:18pm UTC](https://discuss.elastic.co/t/kibana-dashboard-got-blocked/91570/3 "2017-07-31T16:18:18Z")

</div>

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