From b0056fae918781e0daabd1cb76b4050d38d76a9e Mon Sep 17 00:00:00 2001 From: Adam Boguszewski Date: Tue, 29 Aug 2023 07:34:59 -0700 Subject: [PATCH] [chore][receiver/filelog]: add hyperlink to operator docs (#26260) **Description:** I'm adding this for readability and convenience - it seems reasonable and intuitive to be able to jump to operator docs from that place. --- receiver/filelogreceiver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receiver/filelogreceiver/README.md b/receiver/filelogreceiver/README.md index c31db231dd0d6..70ccdc1e6a17f 100644 --- a/receiver/filelogreceiver/README.md +++ b/receiver/filelogreceiver/README.md @@ -60,7 +60,7 @@ Note that _by default_, no logs will be read from a file that is not actively be ### Operators -Each operator performs a simple responsibility, such as parsing a timestamp or JSON. Chain together operators to process logs into a desired format. +Each [operator](../../pkg/stanza/docs/operators/README.md#what-is-an-operator) performs a simple responsibility, such as parsing a timestamp or JSON. Chain together operators to process logs into a desired format. - Every operator has a `type`. - Every operator can be given a unique `id`. If you use the same type of operator more than once in a pipeline, you must specify an `id`. Otherwise, the `id` defaults to the value of `type`.