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

Support 'enterprise' license type #14246

Closed
ph opened this issue Oct 25, 2019 · 1 comment · Fixed by #14249
Closed

Support 'enterprise' license type #14246

ph opened this issue Oct 25, 2019 · 1 comment · Fixed by #14249
Labels

Comments

@ph
Copy link
Contributor

ph commented Oct 25, 2019

Elasticsearch teams want to add a new license type called "enterprise", we need to add this new type to the list of supported types.

const (
OSS LicenseType = iota // Open source
Trial // Trial
Basic // Basic
Standard // Standard
Gold // Gold
Platinum // Platinum
)

The Enterprise type will be a superset of the Platinum License.

NOTE: This is a breaking change for older best and the following comment need to be resolved elastic/elasticsearch#48510 (comment)

Elasticsearch issues elastic/elasticsearch#48510

@ph ph added the libbeat label Oct 25, 2019
@bytebilly
Copy link

Thanks for creating this @ph!

Do you already know if this change could happen in 7.6? This would help in a better understanding of the migration process, even if it's not strictly required.

As far as I can guess, the required change in Beats will not create any breaking change (even if we'll have the breaking change in Elasticsearch), so there are no concerns to add it. Is this correct?

ph added a commit to ph/beats that referenced this issue Oct 25, 2019
Add the Enterprise license type and regenerate the types files.

Fixes: elastic#14246
@ph ph closed this as completed in #14249 Oct 28, 2019
ph added a commit that referenced this issue Oct 28, 2019
* Add Enterprise license type

Add the Enterprise license type and regenerate the types files.

Fixes: #14246
ph added a commit to ph/beats that referenced this issue Oct 28, 2019
* Add Enterprise license type

Add the Enterprise license type and regenerate the types files.

Fixes: elastic#14246
(cherry picked from commit 5f06f19)
ph added a commit to ph/beats that referenced this issue Oct 28, 2019
* Add Enterprise license type

Add the Enterprise license type and regenerate the types files.

Fixes: elastic#14246
(cherry picked from commit 5f06f19)
ph added a commit that referenced this issue Oct 28, 2019
* Add Enterprise license type

Add the Enterprise license type and regenerate the types files.

Fixes: #14246
(cherry picked from commit 5f06f19)
jorgemarey pushed a commit to jorgemarey/beats that referenced this issue Jun 8, 2020
* Add Enterprise license type

Add the Enterprise license type and regenerate the types files.

Fixes: elastic#14246
leweafan pushed a commit to leweafan/beats that referenced this issue Apr 28, 2023
* Add Enterprise license type

Add the Enterprise license type and regenerate the types files.

Fixes: elastic#14246
(cherry picked from commit fbc83dc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants