# APM menu does not showing up in in kibana (self hosted)

**URL:** https://discuss.elastic.co/t/apm-menu-does-not-showing-up-in-in-kibana-self-hosted/150546
**Category:** APM
**Created:** [October 1, 2018, 10:04am UTC](https://discuss.elastic.co/t/apm-menu-does-not-showing-up-in-in-kibana-self-hosted/150546 "2018-10-01T10:04:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![cabrinoob](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cabrinoob/32/36043_2.png) [@cabrinoob](https://discuss.elastic.co/u/cabrinoob)
#### Post date: [October 1, 2018, 10:04am UTC](https://discuss.elastic.co/t/apm-menu-does-not-showing-up-in-in-kibana-self-hosted/150546/1 "2018-10-01T10:04:09Z")

</div>

Hi,  
I'am running Elasticsearch `6.4.1` on Kubernetes (`docker.elastic.co/elasticsearch/elasticsearch:6.4.1`). I enabled X-Pack too.

I Have installed APM-Server 6.2.4 and everything is working fine : I have data coming from my instrumented nodeJS apps. I also imported APM dashboards.

**BUT** the APM UI does not showing up in the left menu.

What I've missed?

---

<div class="post-metadata">

### Author: ![sqren](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sqren/32/26110_2.png) [@sqren](https://discuss.elastic.co/u/sqren)
#### Post date: [October 1, 2018, 12:01pm UTC](https://discuss.elastic.co/t/apm-menu-does-not-showing-up-in-in-kibana-self-hosted/150546/2 "2018-10-01T12:01:59Z")

</div>

Hi,

That sounds odd. A few steps that might highlight the issue:

1. Please double check, that your license for x-pack is valid: Management -\> License Management.
2. Try accessing `<host>/app/apm` directly, and see if that brings up the APM UI?
3. Ensure that the following config options are not disabled in `config/kibana.yml`:

```auto
apm_oss.enabled = true
xpack.apm.enabled: true
xpack.apm.ui.enabled: true

```

Let me know how it goes.

---

<div class="post-metadata">

### Author: ![cabrinoob](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cabrinoob/32/36043_2.png) [@cabrinoob](https://discuss.elastic.co/u/cabrinoob)
#### Post date: [October 1, 2018, 1:24pm UTC](https://discuss.elastic.co/t/apm-menu-does-not-showing-up-in-in-kibana-self-hosted/150546/3 "2018-10-01T13:24:50Z")

</div>

Ok, I found the problem : The Docker image of Kibana was pointing on the `kibana-oss` version. Using the non-oss one resolved my problem.

Now I have "APM" in the left menu.

Thank you

---

<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: [October 22, 2018, 9:24am UTC](https://discuss.elastic.co/t/apm-menu-does-not-showing-up-in-in-kibana-self-hosted/150546/4 "2018-10-22T09:24:55Z")

</div>

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