Skip to content

Commit c504a84

Browse files
Update component-overview.md
Fix a typo in the syslog-ng part. Signed-off-by: george-kuanli-peng <12026360+george-kuanli-peng@users.noreply.github.com>
1 parent 9560233 commit c504a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/headless/component-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can configure the Logging operator using the following Custom Resource Defin
1515
- [clusteroutput]({{< relref "/docs/configuration/output.md" >}}) - Defines a Fluentd output that is available from all flows and clusterflows. The operator evaluates clusteroutputs in the `controlNamespace` only unless `allowClusterResourcesFromAllNamespaces` is set to true.
1616
- [clusterflow]({{< relref "/docs/configuration/flow.md" >}}) - Defines a Fluentd logging flow that collects logs from all namespaces by default. The operator evaluates clusterflows in the `controlNamespace` only unless `allowClusterResourcesFromAllNamespaces` is set to true. To configure syslog-ng clusterflows, see `SyslogNGClusterFlow`.
1717
- CRDs for syslog-ng (these resources like their Fluentd counterparts, but are tailored to features available via syslog-ng):
18-
- [SyslogNGOutput]({{< relref "/docs/configuration/output.md#syslogngoutput" >}}) - Defines a syslog-ng Output for a logging flow, where the log messages are sent using Fluentd. This is a namespaced resource. See also `SyslogNGClusterOutput`. To configure Fluentd outputs, see `output`.
18+
- [SyslogNGOutput]({{< relref "/docs/configuration/output.md#syslogngoutput" >}}) - Defines a syslog-ng Output for a logging flow, where the log messages are sent using syslog-ng. This is a namespaced resource. See also `SyslogNGClusterOutput`. To configure Fluentd outputs, see `output`.
1919
- [SyslogNGFlow]({{< relref "/docs/configuration/flow.md#syslogngflow" >}}) - Defines a syslog-ng logging flow using `filters` and `outputs`. Basically, the flow routes the selected log messages to the specified outputs. This is a namespaced resource. See also `SyslogNGClusterFlow`. To configure Fluentd flows, see `flow`.
2020
- [SyslogNGClusterOutput]({{< relref "/docs/configuration/output.md#syslogngoutput" >}}) - Defines a syslog-ng output that is available from all flows and clusterflows. The operator evaluates clusteroutputs in the `controlNamespace` only unless `allowClusterResourcesFromAllNamespaces` is set to true.
2121
- [SyslogNGClusterFlow]({{< relref "/docs/configuration/flow.md#syslogngflow" >}}) - Defines a syslog-ng logging flow that collects logs from all namespaces by default. The operator evaluates clusterflows in the `controlNamespace` only unless `allowClusterResourcesFromAllNamespaces` is set to true. To configure Fluentd clusterflows, see `clusterflow`.

0 commit comments

Comments
 (0)