Skip to content

Commit 8896e88

Browse files
Trung LêMisty Stanley-Jones
authored andcommitted
mention about log metadata (docker#5319)
fluentd log driver returns a metadata that includes the `log` attribute This is the main message that fluentd tend to filter on
1 parent 0df910d commit 8896e88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/admin/logging/fluentd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ driver sends the following metadata in the structured log message:
2121
| `container_id` | The full 64-character container ID. |
2222
| `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. |
2323
| `source` | `stdout` or `stderr` |
24+
| `log` | The container log |
2425

2526
The `docker logs` command is not available for this logging driver.
2627

0 commit comments

Comments
 (0)