-
Notifications
You must be signed in to change notification settings - Fork 474
[Logstash] Add pipeline level worker utilization #10107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Flow metric values in table views for plugins were showing incorrect values - showing a summation of all the values in the time period, rather than the correct value.
Introduce support for pipeline-level `worker_utilization` metrics to dashboards.
a383751
to
5efcf51
Compare
🚀 Benchmarks reportTo see the full report comment with |
Add the observability category, to enable the Logstash integration to show up in "add data" in serverless observability solution.
Removes pipeline filters from dashboards where they do not apply
|
💚 Build Succeeded
History
|
"id": "logstash-79270240-48ee-11ee-8cb5-99927777c522", | ||
"managed": false, | ||
"managed": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏼
Package logstash - 2.4.9 containing this change is available at https://epr.elastic.co/search?package=logstash |
This commit adds support for pipeline level worker utilization from the Logstash API
This involves
pipelines
andsingle pipeline view
dashboardsAdditionally, this PR removes some incorrect flow metrics from the dashboards - previously, the summary tables in the pipeline details view would show flow metrics summing all data across the picker time period, giving a nonsense value.
Checklist
changelog.yml
file.How to test this PR locally
Install the integration, and point to a recent version of Logstash. Verify that the
worker_utilization
visualizations are present, and reflect the data from the version of LogstashRelated issues
Relates #10028
Closes #10029
Screenshots
Worker Utilization in

Pipelines Overview
Worker Utilization in

Single Pipeline View