Problem Updating Licence Xpack5.3 basic Free Licence

Please, could you help me to find solution to the problem below?

When I do this command:
curl -XPUT -u elastic 'http://localhost:9200/_xpack/license' -H "Content-Type: application/json" -d @license.json

I have this error:
No handler found for uri [/_xpack/licence] and method [PUT]

Thanks

Did you install xpack and restarted?

Thanks @dadoonet for your answer

Yes I install it and must give the user and password to be connected to kibana or elasticsearch.
And in my kibana interface, i have the fallowing message: Your Trial Licence will expire on june 2,2017

Can you run:

curl http://localhost:9200/_cat/plugins?v

Hello @dadoonet

With curl http://localhost:9200/_cat/plugins?v I obtain :

name component Version
node-bouba x-pack 5.3.0

Thanks a lot

Problem Solved.

I use "_xpack/licence" instead of "_xpack/license".

Thanks

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