Skip to content

Commit

Permalink
add logstash queue.capacity mappings (#38262)
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane authored Mar 13, 2024
1 parent 1e2b57c commit 2fca7cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/module/logstash/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions metricbeat/module/logstash/node_stats/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,17 @@
type: long
- name: max_queue_size_in_bytes
type: long
- name: capacity
type: group
fields:
- name: max_queue_size_in_bytes
type: long
- name: max_unread_events
type: long
- name: page_capacity_in_bytes
type: long
- name: queue_size_in_bytes
type: long
- name: events
type: group
fields:
Expand Down

0 comments on commit 2fca7cd

Please sign in to comment.