Unable to activate GOLD license

We are having Elasticsearch GOLD license for our org and we are trying to install the license with security disabled. But we are getting error
"Cannot install a [GOLD] license unless TLS is configured or security is disabled"

We are having security disabled in our Elasticsearch.yml file
xpac.security.enabled: false

we are using the curl api to upload the license.
Version: 7.16.3

Since you have a commercial Gold license you should open a support ticket.

You have a typo missing the k

xpac.security.enabled: false

Should be

xpack.security.enabled: false

1 Like

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