Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplychee committed Dec 2, 2024
1 parent ec7ea98 commit a2745e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/shipping/Containers/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ logzio/docker-logs-collector:latest
#### Parameters

| Parameter | Description | Field Type |
|--|--|--|
|---|---|---|
| LOGZIO_LOGS_TOKEN| Your Logz.io logs account token. Replace `<LOGS-SHIPPING-TOKEN>` 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` |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a2745e3

Please sign in to comment.