Unable to upgrade platinum license on elasticsearch 6.3.0

I was trying to upgrade to platinum license for my non prod elk cluster but it threw an error saying either TLS has to be configured or security should be disabled.

But even after disabling the security, I'm not able to update the license under kibana license manager. It shows the same error mentioned above

{
"name" : "es-coordinating",
"cluster_name" : "gbi-cluster",
"cluster_uuid" : "z8xmWVSoQWGvtnWWTOFWAQ",
"version" : {
"number" : "6.3.0",
"build_flavor" : "default",
"build_type" : "tar",
"build_hash" : "424e937",
"build_date" : "2018-06-11T23:38:03.357887Z",
"build_snapshot" : false,
"lucene_version" : "7.3.1",
"minimum_wire_compatibility_version" : "5.6.0",
"minimum_index_compatibility_version" : "5.0.0"
},
"tagline" : "You Know, for Search"
}

How did you disable security ? Did you add

xpack.security.enabled: false

to all your nodes' configuration and restarted your cluster?

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