Tell us about the issue
In Logstash 8.14, flow metrics worker_utilization is shown in api localhost:9600/_node/stats/pipelines/$pipeline_id in the pipeline level and plugin level. It is not expected to show in localhost:9600/_node/stats/flow, however, docs give example of worker_utilization here.
Grouping worker_utilization in the current position is easy to understand, maybe we can move the Flow Stats under Pipeline stats, and remove the sample command "curl -XGET 'localhost:9600/_node/stats/flow?pretty'" so that user will only look for worker_utilization in "curl -XGET 'localhost:9600/_node/stats/pipelines?pretty'"
Description:
URL:
https://www.elastic.co/guide/en/logstash/8.13/node-stats-api.html#flow-stats
Anything else?
Tell us about the issue
In Logstash 8.14, flow metrics
worker_utilizationis shown in apilocalhost:9600/_node/stats/pipelines/$pipeline_idin the pipeline level and plugin level. It is not expected to show inlocalhost:9600/_node/stats/flow, however, docs give example of worker_utilization here.Grouping
worker_utilizationin the current position is easy to understand, maybe we can move the Flow Stats under Pipeline stats, and remove the sample command "curl -XGET 'localhost:9600/_node/stats/flow?pretty'" so that user will only look forworker_utilizationin "curl -XGET 'localhost:9600/_node/stats/pipelines?pretty'"Description:
URL:
https://www.elastic.co/guide/en/logstash/8.13/node-stats-api.html#flow-stats
Anything else?