Basic license after upgrading to 6.3

Hello,

I had a 6.x cluster running with basic license, and it had expired few weeks ago.

I took the opportunity to upgrade the cluster to 6.3 but I was still seeing warnings about the expired license, and before upgrading Kibana I deleted the expired basic license issuing a DELETE on _xpack/license API.

After I upgraded Kibana to 6.3 but it does not load anymore due to xpack in red state, and no new basic license is generated even after restarting my cluster and kibana.

How can I force elasticsearch/kibana to generate a new basic license again?

Finally I found, I missed it somehow:

https://www.elastic.co/guide/en/elasticsearch/reference/6.3/start-basic.html

POST /_xpack/license/start_basic

Thanks

2 Likes

Glad you found the solution yourself. xpack Elasticsearch is supposed to generate a new basic license when it starts and there is no license available, so sounds like there is a bug there. Would you mind creating an issue outlining your experience against Elasticsearch Github repo?

1 Like

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