Skip to content

Commit

Permalink
Increase ignore_above to 2048 for system.process.cmdline (elastic#8101)
Browse files Browse the repository at this point in the history
Current default for ignore_above is 1024. This is too short for some command line entries on Windows. This increases it to 2048.

Closes elastic#8076

(cherry picked from commit e1d8c15)
  • Loading branch information
ruflin committed Aug 28, 2018
1 parent cfd1169 commit 0135c98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ https://github.com/elastic/beats/compare/v6.4.0...6.x[Check the HEAD diff]
- Add experimental socket summary metricset to system module {pull}6782[6782]
- Move common kafka fields (broker, topic and partition.id) to the module level to facilitate events correlation {pull}7767[7767]
- Add fields for memory fragmentation, memory allocator stats, copy on write, master-slave status, and active defragmentation to `info` metricset of Redis module. {pull}7695[7695]
- Increase ignore_above for system.process.cmdline to 2048. {pull}8101[8100]


- Add `metrics` metricset to MongoDB module. {pull}7611[7611]
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/system/fields.go

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

1 change: 1 addition & 0 deletions metricbeat/module/system/process/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
description: >
The full command-line used to start the process, including the
arguments separated by space.
ignore_above: 2048
- name: username
type: keyword
description: >
Expand Down

0 comments on commit 0135c98

Please sign in to comment.