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
| 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 |
66
+
| 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`|
67
+
| LOGZIO_TYPE | Sets the log type.|_Default_: `logzio-docker-logs`|
68
+
| MATCH_CONTAINER_NAME | Specify a container to collect logs from. If the container's name matches, its logs are shipped; otherwise, its logs are ignored. **Note**: This option cannot be used with SKIP_CONTAINER_NAMES. Use regular expressions to keep records that match a specific field.|_optional_ (Example: `^my-app-container.*`) |
69
+
| SKIP_CONTAINER_NAMES | Comma-separated list of containers to ignore. If a container's name matches a name on this list, its logs are ignored; otherwise, its logs are shipped. **Note**: This option cannot be used with MATCH_CONTAINER_NAME. Use regular expressions to exclude records matching a specific field. |_optional_ (Example: `test-container,debug-container`)|
70
+
| MATCH_IMAGE_NAME | Specify an image to collect logs from. If the image's name matches, its logs are shipped; otherwise, its logs are ignored. **Note**: This option cannot be used with SKIP_IMAGE_NAMES. Use regular expressions to keep records that match a specific field. |_optional_ (Example: `my-app-image:v1.2.3`) |
71
+
| SKIP_IMAGE_NAMES | Comma-separated list of images to ignore. If an image's name matches a name on this list, its logs are ignored; otherwise, its logs are shipped. **Note**: This option cannot be used with MATCH_IMAGE_NAME. Use regular expressions to exclude records that match a specific field. |_optional_ (Example: `test-image,debug-image`)|
72
+
| INCLUDE_LINE | Regular expression to match which lines Fluent Bit should include. |_optional_ (Example: `^ERROR.*`) |
73
+
| EXCLUDE_LINES | Regular expression to match which lines Fluent Bit should exclude. |_optional_ (Example: `.*DEBUG.*`) |
74
+
| ADDITIONAL_FIELDS | Include additional fields with every message sent, formatted as `"fieldName1:fieldValue1,fieldName2:fieldValue2"`.|_optional_|
75
+
| SET_FIELDS | Set fields with every message sent, formatted as `"fieldName1:fieldValue1,fieldName2:fieldValue2"`. |_optional_|
76
+
| LOG_LEVEL | Set log level for Fluent Bit. Allowed values: `debug`, `info`, `warning`, `error`.|_Default_: `info`|
77
+
| MULTILINE_START_STATE_RULE**| Regular expression for the start state rule of multiline parsing. See [Fluent Bit's official documentation](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/multiline-parsing#rules-definition) for further info.|_optional_ (Example: `^Exception`) |
78
+
| MULTILINE_CUSTOM_RULES | Custom rules for multiline parsing, separated by semicolons `;`.|_optional_ (Example: `^\\sat\\s;^Caused by:`) |
79
+
| READ_FROM_HEAD | Specify if Fluent Bit should read logs from the beginning.|_Default_: `true`|
80
+
| OUTPUT_ID | Specify the output ID for Fluent Bit logs.|_Default_: `output_id`|
81
+
| HEADERS | Custom headers for Fluent Bit logs.|_optional_ (Example: `x-custom-header:myCustomValue,x-other-header:someOtherValue`) |
| 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 |
143
-
| 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`|
144
-
| LOGZIO_TYPE | Sets the log type.|_Default_: `logzio-docker-logs`|
145
-
| MATCH_CONTAINER_NAME | Specify a container to collect logs from. If the container's name matches, its logs are shipped; otherwise, its logs are ignored. **Note**: This option cannot be used with SKIP_CONTAINER_NAMES. Use regular expressions to keep records that match a specific field.|_optional_|
146
-
| SKIP_CONTAINER_NAMES | Comma-separated list of containers to ignore. If a container's name matches a name on this list, its logs are ignored; otherwise, its logs are shipped. **Note**: This option cannot be used with MATCH_CONTAINER_NAME. Use regular expressions to exclude records matching a specific field. |_optional_|
147
-
| MATCH_IMAGE_NAME | Specify an image to collect logs from. If the image's name matches, its logs are shipped; otherwise, its logs are ignored. **Note**: This option cannot be used with SKIP_IMAGE_NAMES. Use regular expressions to keep records that matching a specific field. |_optional_|
148
-
| SKIP_IMAGE_NAMES | Comma-separated list of images to ignore. If an image's name matches a name on this list, its logs are ignored; otherwise, its logs are shipped. **Note**: This option cannot be used with MATCH_IMAGE_NAME. Use regular expressions to exclude records that match a specific field. |_optional_|
149
-
| INCLUDE_LINE | Regular expression to match which lines Fluent Bit should include. |_optional_|
150
-
| EXCLUDE_LINES | Regular expression to match which lines Fluent Bit should exclude. |_optional_|
151
-
| ADDITIONAL_FIELDS | Include additional fields with every message sent, formatted as `"fieldName1:fieldValue1,fieldName2:fieldValue2"`.|_optional_|
152
-
| SET_FIELDS | Set fields with every message sent, formatted as `"fieldName1:fieldValue1,fieldName2:fieldValue2"`. |_optional_|
153
-
| LOG_LEVEL | Set log level for Fluent Bit. Allowed values: `debug`, `info`, `warning`, `error`.|_Default_: `info`|
154
-
| MULTILINE_START_STATE_RULE**| Regular expression for the start state rule of multiline parsing. See [Fluent Bit's official documentation](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/multiline-parsing#rules-definition) for further info.|_optional_|
155
-
| MULTILINE_CUSTOM_RULES | Custom rules for multiline parsing, separated by semicolons `;`.|_Optional_|
156
-
| READ_FROM_HEAD | Specify if Fluent Bit should read logs from the beginning.|_Default_: `true`|
157
-
| OUTPUT_ID | Specify the output ID for Fluent Bit logs.|_Default_: `output_id`|
158
-
| HEADERS | Custom headers for Fluent Bit logs.|_optional_|
0 commit comments