diff options
| author | wangkuan <[email protected]> | 2024-11-18 17:07:16 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-11-18 17:07:16 +0800 |
| commit | 3fb8f0945b88f48bfb1b26d3ab8f14fcb7680632 (patch) | |
| tree | 19312ba195d5807f36e68832812a895be9cb5e2c /groot-bootstrap | |
| parent | 734ebe6bfa5757f511774d6f4a25e045c6b48583 (diff) | |
[fix][core][api]解决udfEntity重命名冲突
Diffstat (limited to 'groot-bootstrap')
| -rw-r--r-- | groot-bootstrap/src/test/resources/grootstream_job_etl_test.yaml | 4 | ||||
| -rw-r--r-- | groot-bootstrap/src/test/resources/grootstream_job_test.yaml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/groot-bootstrap/src/test/resources/grootstream_job_etl_test.yaml b/groot-bootstrap/src/test/resources/grootstream_job_etl_test.yaml index bbde37b..61e8293 100644 --- a/groot-bootstrap/src/test/resources/grootstream_job_etl_test.yaml +++ b/groot-bootstrap/src/test/resources/grootstream_job_etl_test.yaml @@ -32,7 +32,7 @@ preprocessing_pipelines: - function: DROP lookup_fields: [ '' ] output_fields: [ '' ] - filter: event.common_schema_type == 'BASE' + filter: decoded_as == 'BASE' processing_pipelines: session_record_processor: # [object] Processing Pipeline @@ -45,7 +45,7 @@ processing_pipelines: - function: DROP lookup_fields: [ '' ] output_fields: [ '' ] - filter: event.decoded_as == 'SSL' + filter: decoded_as == 'SSL' - function: BASE64_DECODE_TO_STRING output_fields: [mail_attachment_name] parameters: diff --git a/groot-bootstrap/src/test/resources/grootstream_job_test.yaml b/groot-bootstrap/src/test/resources/grootstream_job_test.yaml index 45c8f56..107977f 100644 --- a/groot-bootstrap/src/test/resources/grootstream_job_test.yaml +++ b/groot-bootstrap/src/test/resources/grootstream_job_test.yaml @@ -15,7 +15,7 @@ filters: type: com.geedgenetworks.core.filter.AviatorFilter output_fields: properties: - expression: event.decoded_as == 'SSL' || event.decoded_as == 'BASE' + expression: decoded_as == 'SSL' || decoded_as == 'BASE' preprocessing_pipelines: @@ -32,7 +32,7 @@ preprocessing_pipelines: - function: DROP lookup_fields: [ '' ] output_fields: [ '' ] - filter: event.common_schema_type == 'BASE' + filter: common_schema_type == 'BASE' processing_pipelines: session_record_processor: # [object] Processing Pipeline @@ -45,7 +45,7 @@ processing_pipelines: - function: DROP lookup_fields: [ '' ] output_fields: [ '' ] - filter: event.decoded_as == 'SSL' + filter: decoded_as == 'SSL' - function: BASE64_DECODE_TO_STRING output_fields: [mail_attachment_name] parameters: |
