Hi!
So! Logstash has a pipeline viewer, which gives a nice visualization and some performance data on pipelines and their individual components.
My google-fu may be failing, but is this not a thing for Elasticsearch ingest pipelines?
I'm working through deciding whether to lean towards Logstash, or ingest pipelines. Not having much insight into the performance of the pipeline, and in particular, of components of the pipeline (am I writing inefficient painless scripts? did my change to a script help or hurt peformance? etc.), is a very, very big point against using these... To be honest, even if they are faster for most like-for-like tasks, missing this sort of performance data seems like it could be worth taking the performance hit and going with logstash?
If this isn't a thing already, are there plans to add it?
Thanks!