Skip to content

Commit 3496f61

Browse files
authored
Update _index.md
Fix minor typo in the documentation Signed-off-by: Marco Malvicini <[email protected]>
1 parent 9314239 commit 3496f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Logging operator solves your logging-related problems in Kubernetes environm
1313

1414
1. The operator deploys and configures a log collector (currently a Fluent Bit DaemonSet) on every node to collect container and application logs from the node file system.
1515
1. Fluent Bit queries the Kubernetes API and enriches the logs with metadata about the pods, and transfers both the logs and the metadata to a log forwarder instance.
16-
1. The log forwarder instance receives, filters, and transforms the incoming the logs, and transfers them to one or more destination outputs. The Logging operator supports [Fluentd](https://www.fluentd.org/) and syslog-ng (via the [AxoSyslog syslog-ng distribution](https://axoflow.com/docs/axosyslog-core/)) as log forwarders.
16+
1. The log forwarder instance receives, filters, and transforms the incoming logs, and transfers them to one or more destination outputs. The Logging operator supports [Fluentd](https://www.fluentd.org/) and syslog-ng (via the [AxoSyslog syslog-ng distribution](https://axoflow.com/docs/axosyslog-core/)) as log forwarders.
1717

1818
Your logs are always transferred on authenticated and encrypted channels.
1919

0 commit comments

Comments
 (0)