Skip to content

Commit 44f66da

Browse files
authored
docs: outputs: forward: update retain_metadata_in_forward_mode default to true (#2569)
1 parent bf3e17c commit 44f66da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline/outputs/forward.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following parameters are mandatory for both Forward and Secure Forward modes
2929
| `require_ack_response` | Send the `chunk` option and wait for an `ack` response from the server. This enables at-least-once delivery and lets the receiving server control traffic rate. Requires Fluentd `v0.14.0` or later. | `false` |
3030
| `compress` | Set to `gzip` to enable gzip compression. Incompatible with `time_as_integer true` and tags set dynamically using the [Rewrite Tag](../filters/rewrite-tag.md) filter. Requires Fluentd server `v0.14.7` or later. | _none_ |
3131
| `fluentd_compat` | Send metrics and traces using a Fluentd-compatible format. | `false` |
32-
| `retain_metadata_in_forward_mode` | Retain metadata when operating in forward mode. | `false` |
32+
| `retain_metadata_in_forward_mode` | Retain metadata when operating in forward mode. | `true` |
3333
| `add_option` | Add an extra Forward protocol option. This is an advanced setting and can be specified multiple times. Enabling it also enables `send_options`. | _none_ |
3434
| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `2` |
3535

0 commit comments

Comments
 (0)