summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-09-01 23:49:48 +0800
committerdoufenghu <[email protected]>2024-09-01 23:49:48 +0800
commita55399cb95c6408233e84540db482ae5e6131746 (patch)
treede9b913e817190830ea92122abf779b91b238114 /config
parent2947507b84076e5c6a2accc7b142bd27594ba3d8 (diff)
[Improve][bootstrap] Improve job-level user-defined variables, move the path from application/properties to application/env/properties, and add support for defining variables via the runtime CLI. (GAL-651)
Diffstat (limited to 'config')
-rw-r--r--config/grootstream_job_example.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/grootstream_job_example.yaml b/config/grootstream_job_example.yaml
index f5c6610..37ef114 100644
--- a/config/grootstream_job_example.yaml
+++ b/config/grootstream_job_example.yaml
@@ -71,6 +71,11 @@ application:
execution:
restart:
strategy: none
+ 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
topology:
- name: inline_source
downstream: [decoded_as_split]
@@ -82,8 +87,3 @@ application:
downstream: [ print_sink ]
- name: print_sink
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