diff --git a/src/current/v23.2/configure-logs.md b/src/current/v23.2/configure-logs.md index 0eadc85e883..ce7600e5186 100644 --- a/src/current/v23.2/configure-logs.md +++ b/src/current/v23.2/configure-logs.md @@ -214,7 +214,7 @@ Along with the [common sink parameters](#common-sink-parameters), each Fluentd s |-----------|--------------------------------------------------------------------------------------------------------------------| | `channels` | List of channels that output to this sink. Use a YAML array or string of [channel names]({% link {{ page.version.version }}/logging-overview.md %}#logging-channels), `ALL` to include all channels, or `ALL EXCEPT {channels}` to include all channels except the specified channel names.

For more details on acceptable syntax, see [Logging channel selection](#logging-channel-selection). | | `address` | Network address and port of the log collector. | -| `net` | Network protocol to use. Can be `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp` | +| `net` | Network protocol to use. Options are `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp`

**Note:** In most cases, use the default of `tcp` rather than `udp`. The UDP/IP protocol has a ~65 KB (65,507 bytes) limit per datagram. This limit is enforced by the operating system. Log lines that exceed this limit return a `message too long` error. | | `buffering` | Configures buffering of log messages for the sink, with the following sub-parameters:When `max-staleness` and `flush-trigger-size` are used together, whichever is reached first will trigger the flush. `buffering` is enabled by default for [Fluentd-compatible](#output-to-fluentd-compatible-network-collectors) log sinks. To explicitly disable log buffering, specify `buffering: NONE` instead. This setting is typically disabled for [security-related logs]({% link {{ page.version.version }}/logging-use-cases.md %}#security-and-audit-monitoring). See [Log buffering](#log-buffering-for-network-sinks) for more details and usage.| For an example network logging configuration, see [Logging use cases]({% link {{ page.version.version }}/logging-use-cases.md %}#network-logging). diff --git a/src/current/v24.1/configure-logs.md b/src/current/v24.1/configure-logs.md index 02f901d3feb..fa9c291efd6 100644 --- a/src/current/v24.1/configure-logs.md +++ b/src/current/v24.1/configure-logs.md @@ -214,7 +214,7 @@ Along with the [common sink parameters](#common-sink-parameters), each Fluentd s |-----------|--------------------------------------------------------------------------------------------------------------------| | `channels` | List of channels that output to this sink. Use a YAML array or string of [channel names]({% link {{ page.version.version }}/logging-overview.md %}#logging-channels), `ALL` to include all channels, or `ALL EXCEPT {channels}` to include all channels except the specified channel names.

For more details on acceptable syntax, see [Logging channel selection](#logging-channel-selection). | | `address` | Network address and port of the log collector. | -| `net` | Network protocol to use. Can be `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp` | +| `net` | Network protocol to use. Options are `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp`

**Note:** In most cases, use the default of `tcp` rather than `udp`. The UDP/IP protocol has a ~65 KB (65,507 bytes) limit per datagram. This limit is enforced by the operating system. Log lines that exceed this limit return a `message too long` error. | | `buffering` | Configures buffering of log messages for the sink, with the following sub-parameters:When `max-staleness` and `flush-trigger-size` are used together, whichever is reached first will trigger the flush. `buffering` is enabled by default for [Fluentd-compatible](#output-to-fluentd-compatible-network-collectors) log sinks. To explicitly disable log buffering, specify `buffering: NONE` instead. This setting is typically disabled for [security-related logs]({% link {{ page.version.version }}/logging-use-cases.md %}#security-and-audit-monitoring). See [Log buffering](#log-buffering-for-network-sinks) for more details and usage.| For an example network logging configuration, see [Logging use cases]({% link {{ page.version.version }}/logging-use-cases.md %}#network-logging). diff --git a/src/current/v24.2/configure-logs.md b/src/current/v24.2/configure-logs.md index 02f901d3feb..fa9c291efd6 100644 --- a/src/current/v24.2/configure-logs.md +++ b/src/current/v24.2/configure-logs.md @@ -214,7 +214,7 @@ Along with the [common sink parameters](#common-sink-parameters), each Fluentd s |-----------|--------------------------------------------------------------------------------------------------------------------| | `channels` | List of channels that output to this sink. Use a YAML array or string of [channel names]({% link {{ page.version.version }}/logging-overview.md %}#logging-channels), `ALL` to include all channels, or `ALL EXCEPT {channels}` to include all channels except the specified channel names.

For more details on acceptable syntax, see [Logging channel selection](#logging-channel-selection). | | `address` | Network address and port of the log collector. | -| `net` | Network protocol to use. Can be `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp` | +| `net` | Network protocol to use. Options are `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp`

**Note:** In most cases, use the default of `tcp` rather than `udp`. The UDP/IP protocol has a ~65 KB (65,507 bytes) limit per datagram. This limit is enforced by the operating system. Log lines that exceed this limit return a `message too long` error. | | `buffering` | Configures buffering of log messages for the sink, with the following sub-parameters:When `max-staleness` and `flush-trigger-size` are used together, whichever is reached first will trigger the flush. `buffering` is enabled by default for [Fluentd-compatible](#output-to-fluentd-compatible-network-collectors) log sinks. To explicitly disable log buffering, specify `buffering: NONE` instead. This setting is typically disabled for [security-related logs]({% link {{ page.version.version }}/logging-use-cases.md %}#security-and-audit-monitoring). See [Log buffering](#log-buffering-for-network-sinks) for more details and usage.| For an example network logging configuration, see [Logging use cases]({% link {{ page.version.version }}/logging-use-cases.md %}#network-logging). diff --git a/src/current/v24.3/configure-logs.md b/src/current/v24.3/configure-logs.md index 6941bb497bc..bb359df115b 100644 --- a/src/current/v24.3/configure-logs.md +++ b/src/current/v24.3/configure-logs.md @@ -215,7 +215,7 @@ Along with the [common sink parameters](#common-sink-parameters), each Fluentd s |-----------|--------------------------------------------------------------------------------------------------------------------| | `channels` | List of channels that output to this sink. Use a YAML array or string of [channel names]({% link {{ page.version.version }}/logging-overview.md %}#logging-channels), `ALL` to include all channels, or `ALL EXCEPT {channels}` to include all channels except the specified channel names.

For more details on acceptable syntax, see [Logging channel selection](#logging-channel-selection). | | `address` | Network address and port of the log collector. | -| `net` | Network protocol to use. Can be `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp` | +| `net` | Network protocol to use. Options are `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp`

**Note:** In most cases, use the default of `tcp` rather than `udp`. The UDP/IP protocol has a ~65 KB (65,507 bytes) limit per datagram. This limit is enforced by the operating system. Log lines that exceed this limit return a `message too long` error. | | `buffering` | Configures buffering of log messages for the sink, with the following sub-parameters:When `max-staleness` and `flush-trigger-size` are used together, whichever is reached first will trigger the flush. `buffering` is enabled by default for [Fluentd-compatible](#output-to-fluentd-compatible-network-collectors) log sinks. To explicitly disable log buffering, specify `buffering: NONE` instead. This setting is typically disabled for [security-related logs]({% link {{ page.version.version }}/logging-use-cases.md %}#security-and-audit-monitoring). See [Log buffering](#log-buffering-for-network-sinks) for more details and usage.| For an example network logging configuration, see [Logging use cases]({% link {{ page.version.version }}/logging-use-cases.md %}#network-logging). diff --git a/src/current/v25.1/configure-logs.md b/src/current/v25.1/configure-logs.md index ccb30152a4f..82945c26e9e 100644 --- a/src/current/v25.1/configure-logs.md +++ b/src/current/v25.1/configure-logs.md @@ -215,7 +215,7 @@ Along with the [common sink parameters](#common-sink-parameters), each Fluentd s |-----------|--------------------------------------------------------------------------------------------------------------------| | `channels` | List of channels that output to this sink. Use a YAML array or string of [channel names]({% link {{ page.version.version }}/logging-overview.md %}#logging-channels), `ALL` to include all channels, or `ALL EXCEPT {channels}` to include all channels except the specified channel names.

For more details on acceptable syntax, see [Logging channel selection](#logging-channel-selection). | | `address` | Network address and port of the log collector. | -| `net` | Network protocol to use. Can be `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp` | +| `net` | Network protocol to use. Options are `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp`

**Note:** In most cases, use the default of `tcp` rather than `udp`. The UDP/IP protocol has a ~65 KB (65,507 bytes) limit per datagram. This limit is enforced by the operating system. Log lines that exceed this limit return a `message too long` error. | | `buffering` | Configures buffering of log messages for the sink, with the following sub-parameters:When `max-staleness` and `flush-trigger-size` are used together, whichever is reached first will trigger the flush. `buffering` is enabled by default for [Fluentd-compatible](#output-to-fluentd-compatible-network-collectors) log sinks. To explicitly disable log buffering, specify `buffering: NONE` instead. This setting is typically disabled for [security-related logs]({% link {{ page.version.version }}/logging-use-cases.md %}#security-and-audit-monitoring). See [Log buffering](#log-buffering-for-network-sinks) for more details and usage.| For an example network logging configuration, see [Logging use cases]({% link {{ page.version.version }}/logging-use-cases.md %}#network-logging). diff --git a/src/current/v25.2/configure-logs.md b/src/current/v25.2/configure-logs.md index ccb30152a4f..82945c26e9e 100644 --- a/src/current/v25.2/configure-logs.md +++ b/src/current/v25.2/configure-logs.md @@ -215,7 +215,7 @@ Along with the [common sink parameters](#common-sink-parameters), each Fluentd s |-----------|--------------------------------------------------------------------------------------------------------------------| | `channels` | List of channels that output to this sink. Use a YAML array or string of [channel names]({% link {{ page.version.version }}/logging-overview.md %}#logging-channels), `ALL` to include all channels, or `ALL EXCEPT {channels}` to include all channels except the specified channel names.

For more details on acceptable syntax, see [Logging channel selection](#logging-channel-selection). | | `address` | Network address and port of the log collector. | -| `net` | Network protocol to use. Can be `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp` | +| `net` | Network protocol to use. Options are `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp`

**Note:** In most cases, use the default of `tcp` rather than `udp`. The UDP/IP protocol has a ~65 KB (65,507 bytes) limit per datagram. This limit is enforced by the operating system. Log lines that exceed this limit return a `message too long` error. | | `buffering` | Configures buffering of log messages for the sink, with the following sub-parameters:When `max-staleness` and `flush-trigger-size` are used together, whichever is reached first will trigger the flush. `buffering` is enabled by default for [Fluentd-compatible](#output-to-fluentd-compatible-network-collectors) log sinks. To explicitly disable log buffering, specify `buffering: NONE` instead. This setting is typically disabled for [security-related logs]({% link {{ page.version.version }}/logging-use-cases.md %}#security-and-audit-monitoring). See [Log buffering](#log-buffering-for-network-sinks) for more details and usage.| For an example network logging configuration, see [Logging use cases]({% link {{ page.version.version }}/logging-use-cases.md %}#network-logging). diff --git a/src/current/v25.3/configure-logs.md b/src/current/v25.3/configure-logs.md index ccb30152a4f..82945c26e9e 100644 --- a/src/current/v25.3/configure-logs.md +++ b/src/current/v25.3/configure-logs.md @@ -215,7 +215,7 @@ Along with the [common sink parameters](#common-sink-parameters), each Fluentd s |-----------|--------------------------------------------------------------------------------------------------------------------| | `channels` | List of channels that output to this sink. Use a YAML array or string of [channel names]({% link {{ page.version.version }}/logging-overview.md %}#logging-channels), `ALL` to include all channels, or `ALL EXCEPT {channels}` to include all channels except the specified channel names.

For more details on acceptable syntax, see [Logging channel selection](#logging-channel-selection). | | `address` | Network address and port of the log collector. | -| `net` | Network protocol to use. Can be `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp` | +| `net` | Network protocol to use. Options are `tcp`, `tcp4`, `tcp6`, `udp`, `udp4`, `udp6`, or `unix`.

**Default:** `tcp`

**Note:** In most cases, use the default of `tcp` rather than `udp`. The UDP/IP protocol has a ~65 KB (65,507 bytes) limit per datagram. This limit is enforced by the operating system. Log lines that exceed this limit return a `message too long` error. | | `buffering` | Configures buffering of log messages for the sink, with the following sub-parameters:When `max-staleness` and `flush-trigger-size` are used together, whichever is reached first will trigger the flush. `buffering` is enabled by default for [Fluentd-compatible](#output-to-fluentd-compatible-network-collectors) log sinks. To explicitly disable log buffering, specify `buffering: NONE` instead. This setting is typically disabled for [security-related logs]({% link {{ page.version.version }}/logging-use-cases.md %}#security-and-audit-monitoring). See [Log buffering](#log-buffering-for-network-sinks) for more details and usage.| For an example network logging configuration, see [Logging use cases]({% link {{ page.version.version }}/logging-use-cases.md %}#network-logging).