diff --git a/docs/shipping/Containers/docker.md b/docs/shipping/Containers/docker.md index 4c61e2b3..b282b629 100644 --- a/docs/shipping/Containers/docker.md +++ b/docs/shipping/Containers/docker.md @@ -138,7 +138,7 @@ logzio/docker-logs-collector:latest #### Parameters | Parameter | Description | Field Type | -|--|--|--| +|---|---|---| | LOGZIO_LOGS_TOKEN| Your Logz.io logs account token. Replace `` with the [token](https://app.logz.io/#/dashboard/settings/general) associated with the account you want to use for shipping logs. | Required | | LOGZIO_URL | The full URL to send logs to, including your region if needed. For example, for the EU region, use `https://listener-eu.logz.io:8071`. | _Default_: `https://listener.logz.io:8071` | | LOGZIO_TYPE | Sets the log type.| _Default_: `logzio-docker-logs` | @@ -232,11 +232,11 @@ For a complete list of options, see the configuration parameters below the code | logzio-dir-path | Unsent logs are saved to this location on the disk. | Required | | logzio-source | Event source. | _optional_ | | logzio-format | Log message format, either `json` or `text`. | `text` | -| logzio-tag | Log tag for the Container ID. For more information, see [Log tags for logging driver](https://docs.docker.com/v17.09/engine/admin/logging/log_tags/) from Docker. | `\{\{.ID\}\}` | +| logzio-tag | Log tag for the Container ID. For more information, see [Log tags for logging driver](https://docs.docker.com/v17.09/engine/admin/logging/log_tags/) from Docker. | `\{\{.ID\}\}` | | labels | Comma-separated list of labels to include in the log message. | _optional_ | | env | Comma-separated list of environment variables to include in the log message. | _optional_ | | env-regex | A regular expression to match logging-related environment variables. Used for advanced log tag options. If there is collision between the `label` and `env` keys, `env` wins. Both options add additional fields to the attributes of a logging message. | _optional_ | -| logzio-attributes | JSON-formatted metadata to include in the log message. | _optional_ | +| logzio-attributes | JSON-formatted metadata to include in the log message. | _optional_ | #### _(Optional)_ Set environment variables