I'm trying to figure out if there's a way to get information on the available processors in an ingest node. I know I can give the following command to get a list of processor names...
GET /_nodes/ingest
but I'm interested in also getting the field names(types would be great too) about each processor. I'm trying to make building pipelines a little bit easier on my client side and wanted to get the info from elastic but I'm having trouble seeing a way to do that. Is there a way to do this?