/_node/pipeline not found
glfp opened this issue · 3 comments
glfp commented
Hello,
calling above api, it returns
{
path: "/_node/pipeline",
status: 404,
error: {
message: "Not Found"
}
}
Seems the api is not used at current 6.2.2 release . Any info about it ?
sloniki commented
Looks like it doesn't work for 6.x
freddyfernando commented
It should be "_node/stats/pipelines" instead of "/_node/pipeline".
Easy fix. also, the name of the pipeline has to be added in the retrieval of the data.
I have a working fix. Let me know if you want me to contribute.
sloniki commented
@freddyfernando that would be great