summaryrefslogtreecommitdiff
path: root/groot-examples
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-10-20 11:46:32 +0800
committerdoufenghu <[email protected]>2024-10-20 11:46:32 +0800
commit031224fe43961cd1df2c7b0239c6f813e765c105 (patch)
tree3f8736907c1e98d0475ca5bdfcd7a33a21b1df20 /groot-examples
parent9f51ce8d96879aa5c383ac34bac543ad6fe3ed44 (diff)
[Improve][e2e-base-test] Integrate multiple types of processors into the test topology.
Diffstat (limited to 'groot-examples')
-rw-r--r--groot-examples/end-to-end-example/src/main/resources/examples/inline_to_print_test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/groot-examples/end-to-end-example/src/main/resources/examples/inline_to_print_test.yaml b/groot-examples/end-to-end-example/src/main/resources/examples/inline_to_print_test.yaml
index 8736aee..fd5c035 100644
--- a/groot-examples/end-to-end-example/src/main/resources/examples/inline_to_print_test.yaml
+++ b/groot-examples/end-to-end-example/src/main/resources/examples/inline_to_print_test.yaml
@@ -104,12 +104,12 @@ processing_pipelines:
device_tag: renamed_device_tag
- function: UUIDv5
- lookup_fields: [ client_ip, server_ip ] # 基于 client_ip, server_ip的值组成UUIDv5 name 参数值与命名空间结合后,通过哈希生成唯一的 UUID。
+ lookup_fields: [ client_ip, server_ip ]
output_fields: [ ip_uuid ]
parameters:
namespace: NAMESPACE_IP
- function: UUIDv7
- output_fields: [ log_uuid_v7 ] # 生成基于时间戳和随机数的 UUID
+ output_fields: [ log_uuid_v7 ]
- function: UUID
output_fields: [ log_uuid ]