Skip to content

Commit

Permalink
(#475) Add support for server and process uptime fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jun 12, 2019
1 parent a149f2a commit cc460f3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

### Added

* Added `process.uptime` and `server.uptime` fields. #475
* Added field formats to all `.bytes` fields and `event.duration`. #385, #425
* Added `hash.*` field set. #426
* Added `event.code`, `event.sequence` and `event.provider`. #439
Expand Down
7 changes: 7 additions & 0 deletions schemas/process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@
description: >
The time the process started.
- name: uptime
level: core
type: long
example: 1325
description: >
Seconds the process has been up.
- name: working_directory
level: extended
type: keyword
Expand Down
7 changes: 7 additions & 0 deletions schemas/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,10 @@
example: 12
description: >
Packets sent from the server to the client.
- name: uptime
level: core
type: long
example: 1325
description: >
Seconds the server has been up.

0 comments on commit cc460f3

Please sign in to comment.