[DOCS] Augments update license API (#51903)
This commit is contained in:
parent
f8c8a10f05
commit
b93ebc29c1
|
@ -6,7 +6,7 @@
|
||||||
<titleabbrev>Update license</titleabbrev>
|
<titleabbrev>Update license</titleabbrev>
|
||||||
++++
|
++++
|
||||||
|
|
||||||
This API enables you to update your license.
|
Updates the license for your {es} cluster.
|
||||||
|
|
||||||
[[update-license-api-request]]
|
[[update-license-api-request]]
|
||||||
==== {api-request-title}
|
==== {api-request-title}
|
||||||
|
@ -28,10 +28,10 @@ install the license. See <<configuring-tls>>.
|
||||||
[[update-license-api-desc]]
|
[[update-license-api-desc]]
|
||||||
==== {api-description-title}
|
==== {api-description-title}
|
||||||
|
|
||||||
You can update your license at runtime without shutting down your nodes.
|
You can update your license at runtime without shutting down your nodes. License
|
||||||
License updates take effect immediately. If the license you are installing does
|
updates take effect immediately. If the license you are installing does not
|
||||||
not support all of the features that were available with your previous license,
|
support all of the features that were available with your previous license,
|
||||||
however, you are notified in the response. You must then re-submit the API
|
however, you are notified in the response. You must then re-submit the API
|
||||||
request with the `acknowledge` parameter set to `true`.
|
request with the `acknowledge` parameter set to `true`.
|
||||||
|
|
||||||
For more information about the different types of licenses, see
|
For more information about the different types of licenses, see
|
||||||
|
@ -99,8 +99,8 @@ Invoke-WebRequest -uri http://<host>:<port>/_xpack/license -Credential elastic -
|
||||||
In these examples,
|
In these examples,
|
||||||
|
|
||||||
* `<user>` is a user ID with the appropriate authority.
|
* `<user>` is a user ID with the appropriate authority.
|
||||||
* `<host>` is the hostname of the {es} node (`localhost` if executing
|
* `<host>` is the hostname of any node in the {es} cluster (`localhost` if
|
||||||
locally)
|
executing locally)
|
||||||
* `<port>` is the http port (defaults to `9200`)
|
* `<port>` is the http port (defaults to `9200`)
|
||||||
* `license.json` is the license JSON file
|
* `license.json` is the license JSON file
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue