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
|`tag`| optional | Specify tag for message, which interpret some markup. Default value is `{{.ID}}` (12 characters of the container ID). Refer to the [log tag option documentation](log_tags.md) for customizing the log tag format. |
49
48
|`labels`| optional | Comma-separated list of keys of labels, which should be included in message, if these labels are specified for container. |
50
49
|`env`| optional | Comma-separated list of keys of environment variables, which should be included in message, if these variables are specified for container. |
50
+
{% endraw %}
51
51
52
52
If there is collision between `label` and `env` keys, the value of the `env` takes precedence.
53
53
Both options add additional fields to the attributes of a logging message.
@@ -58,6 +58,7 @@ Docker daemon is running. The path to the root certificate and Common Name is
58
58
specified using an HTTPS scheme. This is used for verification.
59
59
The `SplunkServerDefaultCert` is automatically generated by Splunk certificates.
0 commit comments