# My xpack license shows valid but monitoring tab is still showing the license got expired

**URL:** https://discuss.elastic.co/t/my-xpack-license-shows-valid-but-monitoring-tab-is-still-showing-the-license-got-expired/335943
**Category:** Kibana
**Tags:** elastic-stack-monitoring, docker
**Created:** [June 14, 2023, 8:01am UTC](https://discuss.elastic.co/t/my-xpack-license-shows-valid-but-monitoring-tab-is-still-showing-the-license-got-expired/335943 "2023-06-14T08:01:21Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Shuvo-Hoque](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/shuvo-hoque/32/122225_2.png) [@Shuvo-Hoque](https://discuss.elastic.co/u/Shuvo-Hoque)
#### Post date: [June 14, 2023, 8:01am UTC](https://discuss.elastic.co/t/my-xpack-license-shows-valid-but-monitoring-tab-is-still-showing-the-license-got-expired/335943/1 "2023-06-14T08:01:21Z")

</div>

Hi guys!

My basic license got expired and I have re-issued and installed the license again using `curl -X PUT $HOST/_xpack/license` api . So when I check the license this way : `curl -X GET $HOST/_xpack/license` ;

It shows the license is valid.

```auto
{
  "license" : {
    "status" : "active",
    "uid" : "<ID>",
    "type" : "basic",
    "issue_date" : "2023-06-13T00:00:00.000Z",
    "issue_date_in_millis" : 1686614400000,
    "expiry_date" : "2024-06-13T23:59:59.999Z",
    "expiry_date_in_millis" : 1718323199999,
    "max_nodes" : 100,
    "issued_to" : "<company name>",
    "issuer" : "<Issuer name>",
    "start_date_in_millis" : 1686614400000
  }
}

```

But, when I go to my monitoring tab in kibana it still is showing this one :

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/b/3/b3118be00ca632ff1f8809d39a66751be9082e12.png)

**So, now what should I do?**

For your info, My Elasticsearch is running on a docker container and kibana is running into another one. Both container are running in an EC2. Elasticsearch version is 5.\*

---

<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 12, 2023, 8:01am UTC](https://discuss.elastic.co/t/my-xpack-license-shows-valid-but-monitoring-tab-is-still-showing-the-license-got-expired/335943/2 "2023-07-12T08:01:55Z")

</div>

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