You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'"
Tell us about the issue
In Logstash 8.14, flow metrics
worker_utilization
is shown in apilocalhost:9600/_node/stats/pipelines/$pipeline_id
in 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_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 forworker_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?
The text was updated successfully, but these errors were encountered: