Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed topbeat username from 1.2 changelog #1261

Merged
merged 1 commit into from
Mar 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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