Skip to content

Commit

Permalink
Cherry-pick #17268 to 7.7: Update documentation for system.process.me…
Browse files Browse the repository at this point in the history
…mory fields to include clarification on Windows memory terminology (#17288)

* Update documentation for system.process.memory fields to include clarification on Windows memory terminology (#17268)

* update field description

* update changelog

* fix naming

* update

(cherry picked from commit 66f23dc)

* fix changelog
  • Loading branch information
narph authored Mar 27, 2020
1 parent 54b3caa commit 7ad0320
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add capability of enrich `container.id` with process id in `add_process_metadata` processor {pull}15947[15947]
- Update RPM packages contained in Beat Docker images. {issue}17035[17035]
- Add Kerberos support to Kafka input and output. {pull}16781[16781]
- Update documentation for system.process.memory fields to include clarification on Windows os's. {pull}17268[17268]

*Auditbeat*

Expand Down
4 changes: 2 additions & 2 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36067,7 +36067,7 @@ Memory-specific statistics per process.
*`system.process.memory.size`*::
+
--
The total virtual memory the process has.
The total virtual memory the process has. On Windows this represents the Commit Charge (the total amount of memory that the memory manager has committed for a running process) value in bytes for this process.
type: long
Expand All @@ -36079,7 +36079,7 @@ format: bytes
*`system.process.memory.rss.bytes`*::
+
--
The Resident Set Size. The amount of memory the process occupied in main memory (RAM).
The Resident Set Size. The amount of memory the process occupied in main memory (RAM). On Windows this represents the current working set size, in bytes.
type: long
Expand Down
Loading

0 comments on commit 7ad0320

Please sign in to comment.