Skip to content

Commit

Permalink
Removed username from Topbeat docs & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudor Golubenco committed Mar 30, 2016
1 parent d9a4af4 commit 9999c77
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ https://github.com/elastic/beats/compare/v1.1.2...v1.2.0[View commits]
*Topbeat*
- Add the command line used to start processes {issue}533[533]
- Add username to processes {pull}845[845]
*Filebeat*
Expand Down
8 changes: 0 additions & 8 deletions topbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -379,14 +379,6 @@ type: string

The full command-line used to start the process, including the arguments separated by space.


==== proc.username

type: string

The username of the user that created the process. If the username can not be determined then the the field will contain the user's numeric identifier (UID). On Windows, this field includes the user's domain and is formatted as `domain\username`.


[float]
=== cpu Fields

Expand Down
9 changes: 0 additions & 9 deletions topbeat/etc/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,6 @@ process:
The full command-line used to start the process, including the
arguments separated by space.
- name: username
path: proc.username
type: string
description: >
The username of the user that created the process. If the username
can not be determined then the the field will contain the user's
numeric identifier (UID). On Windows, this field includes the user's
domain and is formatted as `domain\username`.
- name: cpu
type: group
description: CPU-specific statistics per process.
Expand Down

0 comments on commit 9999c77

Please sign in to comment.