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

Add back missing process command-line fields #8258

Merged
merged 3 commits into from
Sep 7, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 8 additions & 0 deletions packetbeat/_meta/fields.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,18 @@
description: >
The name of the process that served the transaction.
- name: cmdline
description: >
The command-line of the process that served the transaction.
- name: client_proc
description: >
The name of the process that initiated the transaction.
- name: client_cmdline
description: >
The command-line of the process that initiated the transaction.
- name: release
description: >
The software release of the service serving the transaction.
Expand Down
16 changes: 16 additions & 0 deletions packetbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,14 @@ The layer 4 port of the process that served the transaction.
The name of the process that served the transaction.


--

*`cmdline`*::
+
--
The command-line of the process that served the transaction.


--

*`client_proc`*::
Expand All @@ -1500,6 +1508,14 @@ The name of the process that served the transaction.
The name of the process that initiated the transaction.


--

*`client_cmdline`*::
+
--
The command-line of the process that initiated the transaction.


--

*`release`*::
Expand Down
Loading