Skip to content

Commit

Permalink
fix typo (#1281)
Browse files Browse the repository at this point in the history
Signed-off-by: Pooyan Khanjankhani <[email protected]>
  • Loading branch information
TheKhanj authored Jan 11, 2024
1 parent 9509165 commit 29c90f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pipeline:
port: 8080
```
This pipelinme consists of two _inputs_; a tail plugin and an http server plugin. Each plugin has its own map in the array of _inputs_ consisting of simple properties. To use more advanced properties that consist of multiple values the property itself can be defined using an array, ie: the _record_ and _allowlist_key_ properties for the _record_modifier_ _filter_:
This pipeline consists of two _inputs_; a tail plugin and an http server plugin. Each plugin has its own map in the array of _inputs_ consisting of simple properties. To use more advanced properties that consist of multiple values the property itself can be defined using an array, ie: the _record_ and _allowlist_key_ properties for the _record_modifier_ _filter_:
```
pipeline:
Expand Down

0 comments on commit 29c90f7

Please sign in to comment.