From 8896e88867202a2dda926adadb6a4a350fd10165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Sat, 18 Nov 2017 07:10:31 +1100 Subject: [PATCH] mention about `log` metadata (#5319) fluentd log driver returns a metadata that includes the `log` attribute This is the main message that fluentd tend to filter on --- engine/admin/logging/fluentd.md | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/admin/logging/fluentd.md b/engine/admin/logging/fluentd.md index 7a524c528a..25f01cfb45 100644 --- a/engine/admin/logging/fluentd.md +++ b/engine/admin/logging/fluentd.md @@ -21,6 +21,7 @@ driver sends the following metadata in the structured log message: | `container_id` | The full 64-character container ID. | | `container_name` | The container name at the time it was started. If you use `docker rename` to rename a container, the new name is not reflected in the journal entries. | | `source` | `stdout` or `stderr` | +| `log` | The container log | The `docker logs` command is not available for this logging driver.