File tree Expand file tree Collapse file tree 4 files changed +11
-18
lines changed
data_stream/container_logs/fields Expand file tree Collapse file tree 4 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 2.4.0"
3+ changes :
4+ - description : Improve package description and titles
5+ type : enhancement
6+ link : http://github.com/elastic/integrations/pull/4919
27- version : " 2.3.0"
38 changes :
49 - description : Add container_logs
Original file line number Diff line number Diff line change 22 type : object
33 release : ga
44 description : |
5- Container labels
6- - name : container.name
7- type : keyword
8- release : ga
9- description : Container name
10- - name : container.id
11- type : keyword
12- release : ga
13- description : Container ID
14- - name : container.image.name
15- type : keyword
16- release : ga
17- description : Container image name
5+ Container labels
Original file line number Diff line number Diff line change @@ -1079,7 +1079,7 @@ The Docker `container_logs` data stream collects container logs.
10791079| container.id | Unique container id. | keyword |
10801080| container.image.name | Name of the image the container was built on. | keyword |
10811081| container.labels.\* | Container labels | object |
1082- | container.name | Container name | keyword |
1082+ | container.name | Container name. | keyword |
10831083| container.runtime | Runtime managing this container. | keyword |
10841084| data_stream.dataset | Data stream dataset. | constant_keyword |
10851085| data_stream.namespace | Data stream namespace. | constant_keyword |
Original file line number Diff line number Diff line change 11name : docker
2- title : Docker Metrics & Logs
3- version : 2.3 .0
2+ title : Docker
3+ version : 2.4 .0
44release : ga
55description : Collect metrics and logs from Docker instances with Elastic Agent.
66type : integration
@@ -23,8 +23,8 @@ conditions:
2323 kibana.version : ^8.2.0
2424policy_templates :
2525 - name : docker
26- title : Docker metrics
27- description : Collect metrics from Docker instances
26+ title : Docker logs and metrics
27+ description : Collect logs and metrics from Docker instances
2828 inputs :
2929 - type : docker/metrics
3030 title : Collect Docker metrics
You can’t perform that action at this time.
0 commit comments