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

[7.13] document accept_enterprise parameter (#79012) (#79256) #79263

Merged
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
document accept_enterprise parameter (#79012) (#79256)
* document accept_enterprise parameter

This was added in 7.6, will be deprecated in 8.x, and removed in 9.x+ (noted in text).

#50067

* Update wording and deprecation notice

* Incorporate review feedback

Co-authored-by: Adam Locke <adam.locke@elastic.co>

Co-authored-by: Ken MacInnis <ken.macinnis@elastic.co>
Adam Locke and Ken MacInnis committed Oct 15, 2021
commit b12a66ddcfde38f6c6c5cb86355dc07bb13dffcd
9 changes: 8 additions & 1 deletion docs/reference/licensing/get-license.asciidoc
Original file line number Diff line number Diff line change
@@ -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