-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Create GET _cat/transforms API #51412
Comments
Pinging @elastic/ml-core (:ml/Transform) |
hi @benwtrent, I'm interested in this task. To clarify, is the ask to enable an API endpoint to use the existing |
@zacharymorn the stats call does return a ton of info. But, I think more information about the transform itself should be added. But some additional information from the
Here is an example of a similar change: #52260 If you wish to take the issue, feel free. Let me know when you start working on it and I can assign the issue to you. |
@benwtrent Thanks for the additional information. The needed changes are clear and I'll start to work on it. I've also gone through the internal process to get the approval to contribute on behalf of the company I'm working for (Amazon). I'll work with the relevant internal team to see how we can best contribute. Please let me know if you have any suggestion as well as this is the first time I'm contributing on behalf of a company. Thanks, |
@zacharymorn We'd like to try to get this enhancement in for our next minor and there is a small window in which to do this. Thanks for your interest but we've found internal resource and we aim to be working on this shortly. |
@sophiec20 Thanks for letting me know. I've actually worked on this over the weekend and should be able to open a PR tonight, please let me know if that will work for you. |
@sophiec20 I've gone ahead and opened the PR. Please let me know if it looks good to you. |
See #51364 for more info on how to do this (but obviously put this API in the
transforms
plugin).This API should return basic statistics and settings that effect those statistics.
I think the
GetTransformStatsAction
is a good place to start.The text was updated successfully, but these errors were encountered: