Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Augments update license API #51903

Merged
merged 1 commit into from
Feb 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/reference/licensing/update-license.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<titleabbrev>Update license</titleabbrev>
++++

This API enables you to update your license.
Updates the license for your {es} cluster.

[[update-license-api-request]]
==== {api-request-title}
Expand All @@ -28,10 +28,10 @@ install the license. See <<configuring-tls>>.
[[update-license-api-desc]]
==== {api-description-title}

You can update your license at runtime without shutting down your nodes.
License updates take effect immediately. If the license you are installing does
not 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
You can update your license at runtime without shutting down your nodes. License
updates take effect immediately. If the license you are installing does not
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
request with the `acknowledge` parameter set to `true`.

For more information about the different types of licenses, see
Expand Down Expand Up @@ -99,8 +99,8 @@ Invoke-WebRequest -uri http://<host>:<port>/_xpack/license -Credential elastic -
In these examples,

* `<user>` is a user ID with the appropriate authority.
* `<host>` is the hostname of the {es} node (`localhost` if executing
locally)
* `<host>` is the hostname of any node in the {es} cluster (`localhost` if
executing locally)
* `<port>` is the http port (defaults to `9200`)
* `license.json` is the license JSON file

Expand Down