diff options
| author | wangkuan <[email protected]> | 2024-08-28 18:12:18 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-08-28 18:12:18 +0800 |
| commit | 9da15fc59204a79eef815e0a4cddbf7027d44274 (patch) | |
| tree | 705c1c58e684d43c200da33192aeb682288ca07c /config | |
| parent | 0bfc0a2fb13409f816cd168f6cfbe353396bce1e (diff) | |
[feature][bootstrap][common] GAL-651 Groot Stream支持配置task properties
Diffstat (limited to 'config')
| -rw-r--r-- | config/grootstream_job_example.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/grootstream_job_example.yaml b/config/grootstream_job_example.yaml index 46d1123..b77958d 100644 --- a/config/grootstream_job_example.yaml +++ b/config/grootstream_job_example.yaml @@ -80,4 +80,9 @@ application: - name: aggregate_processor downstream: [ print_sink ] - name: print_sink - downstream: []
\ No newline at end of file + downstream: [] + properties: + hos.bucket.name.rtp_file: traffic_rtp_file_bucket + hos.bucket.name.http_file: traffic_http_file_bucket + hos.bucket.name.eml_file: traffic_eml_file_bucket + hos.bucket.name.policy_capture_file: traffic_policy_capture_file_bucket
\ No newline at end of file |
