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
  • Loading branch information
ruflin authored and ph committed Aug 27, 2018
1 parent 109dcce commit e1d8c15
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 @@ -108,6 +108,7 @@ https://github.com/elastic/beats/compare/v6.4.0...master[Check the HEAD diff]
- Add `metircs` metricset to MongoDB module. {pull}7611[7611]
- Add fields for mermory fragmentation, memory allocator stats, copy on write, master-slave status, and active defragmentation to `info` metricset of Redis module. {pull}7695[7695]
- Add experimental socket summary metricset to system module {pull}6782[6782]
- Increase ignore_above for system.process.cmdline to 2048. {pull}8101[8100]

*Packetbeat*

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 e1d8c15

Please sign in to comment.