Skip to content
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

[elastic_agent] Add additional output metrics to dashboards #8834

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/elastic_agent/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.19.0"
changes:
- description: "Add more detailed output metrics: events.failed, events.toomany, events.dropped and batches.split"
type: enhancement
link: https://github.com/elastic/integrations/pull/8834
- version: "1.18.0"
changes:
- description: Add metrics dashboard for httpjson, http_endpoint, filestream and CEL, fix decimal numbers on certain counters, add field mappings for filebeat_input.id, and component fields to filebeat_input logs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,15 @@
description: >
Number of write errors

- name: batches
type: group
description: >
Batches counters

fields:
- name: split
type: long
metric_type: counter
description: >
Number of batches split because they were too large

Loading