-
Notifications
You must be signed in to change notification settings - Fork 80
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 for aggregations in Security's Query API Key Information API #2455
Support for aggregations in Security's Query API Key Information API #2455
Conversation
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.
Since containers are property based unions I'd recommend we create the relevant versions with only the supported subset to avoid misleading users.
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.
Looks good, a few changes are still needed.
…2455) * Done * Restrict aggs types * types.ts * make contrib --------- Co-authored-by: Laurent Saint-Félix <[email protected]> (cherry picked from commit 221884f)
…2455) (#2459) * Done * Restrict aggs types * types.ts * make contrib --------- Co-authored-by: Laurent Saint-Félix <[email protected]> (cherry picked from commit 221884f) Co-authored-by: Albert Zaharovits <[email protected]>
In 8.13 ES's Query API Key Information API added support for aggregations.
This should reflect that change in the request/response of the specification.