# Kibana 7.3.1 "discover" tab won't load after enabling "Stack Monitoring"

**URL:** https://discuss.elastic.co/t/kibana-7-3-1-discover-tab-wont-load-after-enabling-stack-monitoring/196632
**Category:** Kibana
**Created:** [August 24, 2019, 5:41pm UTC](https://discuss.elastic.co/t/kibana-7-3-1-discover-tab-wont-load-after-enabling-stack-monitoring/196632 "2019-08-24T17:41:24Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![pcgeek86](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/pcgeek86/32/52968_2.png) [@pcgeek86](https://discuss.elastic.co/u/pcgeek86)
#### Post date: [August 24, 2019, 5:41pm UTC](https://discuss.elastic.co/t/kibana-7-3-1-discover-tab-wont-load-after-enabling-stack-monitoring/196632/1 "2019-08-24T17:41:24Z")

</div>

I am trying to learn about Elasticsearch and Kibana. I launched both Elasticsearch 7.3.1 and Kibana 7.3.1 in Docker containers, with `--net host` on an Ubuntu 18.04 VM. I configured Kibana to find the Elasticsearch server on `http://localhost:9200`, and watched the Docker logs to ensure it started successfully.

After starting Elasticsearch and Kibana, I accessed the Kibana web console and started poking around. When I got down to the **Stack Monitoring** tab, I enabled monitoring. Easy enough.

However, when I tried to go back to the top **Discover** tab again, I am getting an error.

> Error: No indices match pattern "apm-\*"  
> at [http://servername:5601/bundles/commons.bundle.js:3:2475303](http://servername:5601/bundles/commons.bundle.js:3:2475303)

How can resolve this error and access the **Discover** tab in Kibana again? Why did it break in the first place?

---

<div class="post-metadata">

### Author: ![stephenb](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stephenb/32/40856_2.png) [@stephenb](https://discuss.elastic.co/u/stephenb)
#### Post date: [August 25, 2019, 12:18am UTC](https://discuss.elastic.co/t/kibana-7-3-1-discover-tab-wont-load-after-enabling-stack-monitoring/196632/2 "2019-08-25T00:18:02Z")

</div>

Hi @pcgeek86 thanks for trying the Elastic Stack.

That message means that Discover is looking at the `apm-*` index pattern which does not have any apm indexes to match to. Index Patterns are like wildcards to match 1 or more indexes.

Have you created any other indexes and then created any index patterns on the "Management / Index patterns" screen? if so just go there and select an index pattern like`filebeat-*` etc and then set it to the default index pattern (The Little Star on the top right after you select the index pattern)

That should fix the issue, Or if you are actually getting to the Discover app, then just select another index pattern from the index pattern drop down on the left side.

Why? Not sure did you try to load / setup any APM data then clean it up?

Note I just created a 7.3.1 docker ES + KB from scratch, enabled monitoring and did not get the same error... that does not mean there is not an issue, just having trouble repeating

---

<div class="post-metadata">

### Author: ![pcgeek86](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/pcgeek86/32/52968_2.png) [@pcgeek86](https://discuss.elastic.co/u/pcgeek86)
#### Post date: [August 25, 2019, 5:11pm UTC](https://discuss.elastic.co/t/kibana-7-3-1-discover-tab-wont-load-after-enabling-stack-monitoring/196632/3 "2019-08-25T17:11:54Z")

</div>

Hi Stephen,

Thanks for the quick response. I've given it another shot this morning, and haven't been able to reproduce the behavior immediately.

The only thing I can think that I changed was to use a `docker-compose.yml` to spin up the ElasticSearch and Kibana containers, instead of spinning each of them up manually with `docker run` commands.

If I can find a consistent repro, I'll post back here. Until then, consider this a non-issue. Thanks!

Cheers,  
Trevor Sullivan

---

<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: [September 22, 2019, 5:11pm UTC](https://discuss.elastic.co/t/kibana-7-3-1-discover-tab-wont-load-after-enabling-stack-monitoring/196632/4 "2019-09-22T17:11:57Z")

</div>

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