Skip to content

Commit

Permalink
[chore][receiver/filelog]: add hyperlink to operator docs (open-telem…
Browse files Browse the repository at this point in the history
…etry#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.
  • Loading branch information
aboguszewski-sumo committed Aug 29, 2023
1 parent ba8cfce commit b0056fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/filelogreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit b0056fa

Please sign in to comment.