forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ECS fields from log pipeline of PostgreSQL (elastic#19127)
- Loading branch information
1 parent
7ea6fbf
commit 47a8a4c
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- name: event.kind | ||
type: keyword | ||
description: Event kind (e.g. event) | ||
- name: event.category | ||
type: keyword | ||
description: Event category (e.g. database) | ||
- name: event.code | ||
type: keyword | ||
description: Identification code for this event | ||
- name: event.type | ||
type: keyword | ||
description: Event severity (e.g. info, error) | ||
|