6
6
<titleabbrev>Update license</titleabbrev>
7
7
++++
8
8
9
- This API enables you to update your license .
9
+ Updates the license for your {es} cluster .
10
10
11
11
[[update-license-api-request]]
12
12
==== {api-request-title}
@@ -28,10 +28,10 @@ install the license. See <<configuring-tls>>.
28
28
[[update-license-api-desc]]
29
29
==== {api-description-title}
30
30
31
- You can update your license at runtime without shutting down your nodes.
32
- License updates take effect immediately. If the license you are installing does
33
- not support all of the features that were available with your previous license,
34
- however, you are notified in the response. You must then re-submit the API
31
+ You can update your license at runtime without shutting down your nodes. License
32
+ updates take effect immediately. If the license you are installing does not
33
+ support all of the features that were available with your previous license,
34
+ however, you are notified in the response. You must then re-submit the API
35
35
request with the `acknowledge` parameter set to `true`.
36
36
37
37
For more information about the different types of licenses, see
@@ -99,8 +99,8 @@ Invoke-WebRequest -uri http://<host>:<port>/_xpack/license -Credential elastic -
99
99
In these examples,
100
100
101
101
* `<user>` is a user ID with the appropriate authority.
102
- * `<host>` is the hostname of the {es} node (`localhost` if executing
103
- locally)
102
+ * `<host>` is the hostname of any node in the {es} cluster (`localhost` if
103
+ executing locally)
104
104
* `<port>` is the http port (defaults to `9200`)
105
105
* `license.json` is the license JSON file
106
106
0 commit comments