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

GET /_license/feature_usage returns only node-local information #124633

Open
DaveCTurner opened this issue Mar 12, 2025 · 1 comment
Open

GET /_license/feature_usage returns only node-local information #124633

DaveCTurner opened this issue Mar 12, 2025 · 1 comment
Labels
>bug :Security/License License functionality for commercial features Team:Security Meta label for security team

Comments

@DaveCTurner
Copy link
Contributor

A license is a cluster-wide concept, but today the GET /_license/feature_usage API returns only details about the licensed features used by the node handling the request. Thus if the caller wants to know about the features used by the whole cluster they must query this API on every node separately and then manually aggregate the results.

This is rather confusing, and is inconsistent with most other APIs regarding cluster-wide concepts which do the work needed to build a cluster-wide response themselves.

Could we make this API more like other cluster-level APIs?

@DaveCTurner DaveCTurner added :Security/License License functionality for commercial features >bug labels Mar 12, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-security (Team:Security)

@elasticsearchmachine elasticsearchmachine added the Team:Security Meta label for security team label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Security/License License functionality for commercial features Team:Security Meta label for security team
Projects
None yet
Development

No branches or pull requests

2 participants