Skip to content

Commit

Permalink
Migrate add_docker_metadata to ECS (elastic#9412)
Browse files Browse the repository at this point in the history
Migrate the docker fields to ECS container fields.

* docker.container.id -> container.id
* docker.container.image -> container.image.name
* docker.container.name -> container.name
* docker.container.labels -> container.labels
  • Loading branch information
ruflin committed Dec 27, 2018
1 parent d0d4065 commit 054bfcd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -542,30 +542,27 @@ Docker stats collected from Docker.
*`docker.container.id`*::
+
--
type: keyword
Unique container id.
type: alias
alias to: container.id
--
*`docker.container.image`*::
+
--
type: keyword
Name of the image the container was built on.
type: alias
alias to: container.image.name
--
*`docker.container.name`*::
+
--
type: keyword
Container name.
type: alias
alias to: container.name
--
Expand Down
Loading

0 comments on commit 054bfcd

Please sign in to comment.