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

document accept_enterprise parameter #79012

Merged
merged 3 commits into from
Oct 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/reference/licensing/get-license.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ response after cluster startup, wait a short period and retry the request.
`local`::
(Boolean) Specifies whether to retrieve local information. The default value
is `false`, which means the information is retrieved from the master node.


`accept_enterprise`::
(Boolean) If `true`, this parameter returns `enterprise` for Enterprise
license types. If `false`, this parameter returns `platinum` for both
`platinum` and `enterprise` license types. This behavior is maintained for
backwards compatibility.

deprecated::[7.6.0,"This parameter is deprecated and will always be set to `true` in 8.x."]

[discrete]
==== Authorization
Expand Down