# Enabling monitoring on v6.6

**URL:** https://discuss.elastic.co/t/enabling-monitoring-on-v6-6/166351
**Category:** Elasticsearch
**Created:** [January 30, 2019, 12:13pm UTC](https://discuss.elastic.co/t/enabling-monitoring-on-v6-6/166351 "2019-01-30T12:13:13Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![adaisley](https://avatars.discourse-cdn.com/v4/letter/a/8dc957/32.png) [@adaisley](https://discuss.elastic.co/u/adaisley)
#### Post date: [January 30, 2019, 12:13pm UTC](https://discuss.elastic.co/t/enabling-monitoring-on-v6-6/166351/1 "2019-01-30T12:13:13Z")

</div>

Hi, we've just upgraded to Elastic Stack v6.6 and tried to enable monitoring (we didn't have it enabled before).

I've set the following parameters in elasticsearch.yml:

> ```
> xpack.monitoring.enabled: true
> xpack.monitoring.collection.enabled: true
> xpack.monitoring.elasticsearch.collection.enabled: true
> 
> ```

kibana.yml:

> ```
> xpack.monitoring.enabled: true
> xpack.monitoring.kibana.collection.enabled: true
> xpack.monitoring.ui.container.elasticsearch.enabled: true
> 
> ```

logstash.yml:

> ```
> xpack.monitoring.enabled: true
> xpack.monitoring.elasticsearch.url: ["elasticsearch:9200"]
> 
> ```

When going on the Monitoring tab in Kibana I get the following error:  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/7/9/79e7eae0750a2c9e69c3f00c322a2fb72a161514.png)

When pressing the button I get the following error:  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/5/6/56a6d53a908a9cf0cf3bb67fe5272cf14fea9940.png)

Upon checking the \_cluster/settings endpoint I get the following:

> {  
> "persistent": {  
> "archived": {  
> "xpack": {  
> "monitoring": {  
> "collection": {  
> "enabled": "true"  
> }  
> }  
> }  
> }  
> },  
> "transient": {  
> }  
> }

And I can't run the PUT request on the elastic guides on enabling monitoring because it gives me basically the same error that Kibana does.

Have I gone wrong somewhere or have things broken on the new release?

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [January 30, 2019, 12:13pm UTC](https://discuss.elastic.co/t/enabling-monitoring-on-v6-6/166351/2 "2019-01-30T12:13:38Z")

</div>

> [@adaisley](#):
>
> Hi, we've just upgraded to Elastic Stack v6.6 and tried to enable monitoring (we didn't have it enabled before).

What version did you come from?

---

<div class="post-metadata">

### Author: ![adaisley](https://avatars.discourse-cdn.com/v4/letter/a/8dc957/32.png) [@adaisley](https://discuss.elastic.co/u/adaisley)
#### Post date: [January 30, 2019, 12:14pm UTC](https://discuss.elastic.co/t/enabling-monitoring-on-v6-6/166351/3 "2019-01-30T12:14:50Z")

</div>

Version 6.5.4, I believe.

I've restarted the containers before anyone asks 🙂

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [January 30, 2019, 12:16pm UTC](https://discuss.elastic.co/t/enabling-monitoring-on-v6-6/166351/4 "2019-01-30T12:16:12Z")

</div>

Then you shouldn't need to do anything, as of 6.3 it would have been enabled by default (other than in Logstash).

If you previously disabled it then that's a different discussion. Do you know if and why it was disabled?

---

<div class="post-metadata">

### Author: ![adaisley](https://avatars.discourse-cdn.com/v4/letter/a/8dc957/32.png) [@adaisley](https://discuss.elastic.co/u/adaisley)
#### Post date: [January 30, 2019, 12:17pm UTC](https://discuss.elastic.co/t/enabling-monitoring-on-v6-6/166351/5 "2019-01-30T12:17:47Z")

</div>

It was disabled in Logstash previously.

I haven't changed any of the other settings from false to true, just added them to the file. It still requires some settings changing to get it working on 6.3 onwards, so that its visible on the Kibana UI, though?

---

<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: [February 27, 2019, 12:17pm UTC](https://discuss.elastic.co/t/enabling-monitoring-on-v6-6/166351/6 "2019-02-27T12:17:58Z")

</div>

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