Downloaded Basic License and received message below on install

roacamu01:/home/kibana: curl -XPUT -u elastic 'http://roacamu01:9200/_xpack/license' -H "Content-Type: application/json" "acknowledge=true>
Enter host password for user 'elastic':
{"acknowledged":false,"license_status":"valid","acknowledge":{"message":"This license update requires acknowledgement. To acknowledge the license, please read the following messages and update the license again, this time with the "acknowledge=true" parameter:","watcher":["Watcher will be disabled"],"security":["The following X-Pack security functionality will be disabled: authentication, authorization, ip filtering, and auditing. Please restart your node after applying the license.","Field and document level access control will be disabled.","Custom realms will be ignored."],"monitoring":["Multi-cluster support is disabled for clusters with [BASIC] license. If you are\nrunning multiple clusters, users won't be able to access the clusters with\n[BASIC] licenses from within a single X-Pack Kibana instance. You will have to deploy a\nseparate and dedicated X-pack Kibana instance for each [BASIC] cluster you wish to monitor.","Automatic index cleanup is locked to 7 days for clusters with [BASIC] license."],"graph":["Graph will be disabled"]}}curl: (6) Could not resolve host: "acknowledge=true"; Name or service not known

Please advise......

Nevermind. Used bad syntax. This worked:

curl -XPUT -u elastic 'http://roacamu01:9200/_xpack/license?acknowledge=true' -H "Content-Type: application/json" -d @charles-williams-2b085242-7517-41d4-9524-16fcc08c0046-v5.json

thanks

1 Like

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