kurdit
(Aleksandr)
January 9, 2023, 2:37pm
1
hi! how can i remove the platinum license and enable the basic license?
I tried
POST /_license/start_trial?acknowledge=true
but after 30 days the platinum license still remains...
and tried
xpack.license.self_generated.type: basic
in elasticsearch.yml, but its dont work...
stephenb
(Stephen Brown)
January 9, 2023, 3:05pm
2
Hi @kurdit
What version are you on?
You should be able to go to Kibana - Stack Management - License and revert to basic
Kibana provides you with several options to share *Discover* saved searches, dashboards, *Visualize Library* visualizations, and *Canvas* workpads with others, or on a website.
Or
Delete the license and start basic
kurdit
(Aleksandr)
January 9, 2023, 3:49pm
3
hi, i have ELK 8.3.3. I already tried these methods
POST /_license/start_basic?acknowledge=true
{
"basic_was_started": true,
"acknowledged": true
}
and
DELETE /_license
{
"acknowledged": true
}
but the license still remains
"status": "active",
"type": "platinum",
in Kibana -> Stack Management -> License Management
"Your Platinum license is active"
stephenb
(Stephen Brown)
January 9, 2023, 4:24pm
4
I would open a support ticket then...
system
(system)
Closed
February 6, 2023, 6:38pm
6
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.