You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ For example, to change the topic to "logs"
77
77
| -------|------------| --------|
78
78
|KAFKA_BROKER_ADDR|**(Required)** Comma delimited list of Kafka brokers. ||
79
79
|LOG_TOPIC| Topic to which logs will be written to, can be set to `$CONTAINERNAME` to write to topics named after each container, or `$CONTAINERID` to write to topics named after each containers id. | dockerlogs |
80
+
|LOG_TAG| Docker logs tag| common |
80
81
|KEY_STRATEGY| Method in which Kafka methods should be keyed. Options are: <br>*key_by_timestamp* - Key each message by the timestamp of the log message <br>*key_by_container_id* - Key each message with the container id. | key_by_timestamp
81
82
|PARTITION_STRATEGY| Kafka partitioner type. Options are:<br>*round_robin* - Write to each partition one after another, i.e equally distributed<br>*key_hash* - Partition based on the hash of the message key|round_robin|
82
83
|LOG_LEVEL| Log level of the internal logger. Options: debug, info, warn, error|info|
@@ -112,6 +113,7 @@ Each log message will be written to a single Kafka message. The message within K
0 commit comments