-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Telemetry - identify enterprise clusters #55355
Telemetry - identify enterprise clusters #55355
Conversation
Will require updated es snapshot in order to run API integration tests. Current snapshot does not have the |
@elasticmachine merge upstream |
…etry-identify-enterprise-clusters
…ub.com/peterschretlen/kibana into telemetry-identify-enterprise-clusters
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
…etry-identify-enterprise-clusters
…ub.com/peterschretlen/kibana into telemetry-identify-enterprise-clusters
@Bamieh minor change so that telemetry recognizes enterprise licenses during 7.x |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Followup to #49474. Elasticsearch and Kibana have added support for the 'enterprise' license type ( The "enterprise" license type is currently supported and used by ECE and ECK, but this will soon extend to the stack as well )
For backwards compatibility reasons, a call to the Get license API in elasticsearch will return a platinum license when an enterprise license is installed. To get the true license in ( versions >= 7.6 and < 8.0 ) you can pass the
accept_enterprise=true
query parameter. In 8.0 this parameter will be deprecated , and the enterprise value will be returned.This PR adds the
accept_enterprise=true
query parameter to the license stats collected by telemetry.