Hi there,
I'm trying to upgrade our v5.6 ELK to v6.x, and the update assistant in Kibana is locked behind an expired xpack license. I remember getting the basic license through a webform, and the current documentation tells you how to apply the license, but not how to obtain it: https://www.elastic.co/guide/en/x-pack/5.6/installing-license.html
# curl -XGET localhost:9200/_xpack/license
{
"license" : {
"status" : "expired",
"uid" : "(redacted)",
"type" : "basic",
"issue_date" : "2017-07-24T00:00:00.000Z",
"issue_date_in_millis" : 1500854400000,
"expiry_date" : "2018-07-24T23:59:59.999Z",
"expiry_date_in_millis" : 1532476799999,
"max_nodes" : 100,
"issued_to" : "Paul Morahan (Ecal)",
"issuer" : "Web Form",
"start_date_in_millis" : 1500854400000
}
}
We were on 5.6.5 for both ES and Kibana, and today I've upgraded to 5.6.12 (to get the update assistant stuff). I've tried a few things also from the v6.x docs, but no luck.
How do I get a basic license for v5.6, so I can apply it, get the upgrade assistant, upgrade to 6.x, and be current with ELK? I can't find it in the docs or the location of the old webform... I must be missing something somewhere
Thanks,
Paul