Skip to content

Commit

Permalink
Add ECS fields from log pipeline of PostgreSQL (elastic#19127)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch authored and melchiormoulin committed Oct 14, 2020
1 parent 7ea6fbf commit 47a8a4c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions filebeat/module/postgresql/log/_meta/fields.epr.yml
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)

0 comments on commit 47a8a4c

Please sign in to comment.