forked from elastic/ecs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
container.yml
50 lines (43 loc) · 1.07 KB
/
container.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
- name: container
title: Container
group: 2
short: Fields describing the container that generated this event.
description: >
Container fields are used for meta information about the specific container
that is the source of information.
These fields help correlate data based containers from any runtime.
type: group
fields:
- name: runtime
level: extended
type: keyword
description: >
Runtime managing this container.
example: docker
- name: id
level: core
type: keyword
description: >
Unique container id.
- name: image.name
level: extended
type: keyword
description: >
Name of the image the container was built on.
- name: image.tag
level: extended
type: keyword
description: >
Container image tag.
- name: name
level: extended
type: keyword
description: >
Container name.
- name: labels
level: extended
type: object
object_type: keyword
description: >
Image labels.