Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit fcf21f6

Browse files
authored
Update collector-config-tutorial-edit.rst
Fixed incorrect singular subject in 'receiver collects logs'
1 parent d04a1e7 commit fcf21f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdi/opentelemetry/collector-linux/collector-configuration-tutorial/collector-config-tutorial-edit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Adding an empty entry like in the previous example is sometimes enough to get st
4242
listen_address: "0.0.0.0:54526"
4343
protocol: rfc5424
4444
45-
After you've added the Syslog receiver, make sure to add it to the receivers's list under ``service.pipelines``. In this case, the pipeline type is ``logs``, since the Syslog receiver collect logs:
45+
After you've added the Syslog receiver, make sure to add it to the receivers's list under ``service.pipelines``. In this case, the pipeline type is ``logs``, since the Syslog receiver collects logs:
4646

4747
.. code-block:: yaml
4848
:emphasize-lines: 8

0 commit comments

Comments
 (0)