Fix typo in Data Prepper doc (#1550)
This commit is contained in:
parent
d664344b04
commit
15697d9bcf
|
@ -17,7 +17,7 @@ Data Prepper lets users build custom pipelines to improve the operational view o
|
||||||
Data Prepper is compromised of one or more **Pipelines** that collect and filter data based on the components set within the pipeline. Each component is pluggable, enabling you to use your own custom implementation of each component. These components include the following:
|
Data Prepper is compromised of one or more **Pipelines** that collect and filter data based on the components set within the pipeline. Each component is pluggable, enabling you to use your own custom implementation of each component. These components include the following:
|
||||||
|
|
||||||
- One [source](#source)
|
- One [source](#source)
|
||||||
- One or more[sinks](#sink)
|
- One or more [sinks](#sink)
|
||||||
- (Optional) One [buffer](#buffer)
|
- (Optional) One [buffer](#buffer)
|
||||||
- (Optional) One or more[processors](#processor)
|
- (Optional) One or more[processors](#processor)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue