Rename prepper to processor in yaml sample (#1056)
Signed-off-by: Hai Yan <oeyh@amazon.com> Signed-off-by: Hai Yan <oeyh@amazon.com>
This commit is contained in:
parent
9855ff0a8f
commit
594715c04c
|
@ -94,7 +94,7 @@ raw-pipeline:
|
|||
source:
|
||||
pipeline:
|
||||
name: "entry-pipeline"
|
||||
prepper:
|
||||
processor:
|
||||
- otel_trace_raw_prepper:
|
||||
sink:
|
||||
- opensearch:
|
||||
|
@ -108,7 +108,7 @@ service-map-pipeline:
|
|||
source:
|
||||
pipeline:
|
||||
name: "entry-pipeline"
|
||||
prepper:
|
||||
processor:
|
||||
- service_map_stateful:
|
||||
sink:
|
||||
- opensearch:
|
||||
|
|
Loading…
Reference in New Issue