From fcf21f6af84659539249c70a2d167b6919690f49 Mon Sep 17 00:00:00 2001 From: adamjsr <36513285+adamjsr@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:17:34 -0500 Subject: [PATCH] Update collector-config-tutorial-edit.rst Fixed incorrect singular subject in 'receiver collects logs' --- .../collector-config-tutorial-edit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdi/opentelemetry/collector-linux/collector-configuration-tutorial/collector-config-tutorial-edit.rst b/gdi/opentelemetry/collector-linux/collector-configuration-tutorial/collector-config-tutorial-edit.rst index f5a253df1..f75fe8311 100644 --- a/gdi/opentelemetry/collector-linux/collector-configuration-tutorial/collector-config-tutorial-edit.rst +++ b/gdi/opentelemetry/collector-linux/collector-configuration-tutorial/collector-config-tutorial-edit.rst @@ -42,7 +42,7 @@ Adding an empty entry like in the previous example is sometimes enough to get st listen_address: "0.0.0.0:54526" protocol: rfc5424 -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: +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: .. code-block:: yaml :emphasize-lines: 8