Skip to content

Commit 47a8a4c

Browse files
kvchmelchiormoulin
authored andcommitted
Add ECS fields from log pipeline of PostgreSQL (elastic#19127)
1 parent 7ea6fbf commit 47a8a4c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- name: event.kind
2+
type: keyword
3+
description: Event kind (e.g. event)
4+
- name: event.category
5+
type: keyword
6+
description: Event category (e.g. database)
7+
- name: event.code
8+
type: keyword
9+
description: Identification code for this event
10+
- name: event.type
11+
type: keyword
12+
description: Event severity (e.g. info, error)
13+

0 commit comments

Comments
 (0)