diff options
| author | wangkuan <[email protected]> | 2023-12-28 14:18:04 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2023-12-28 14:18:04 +0800 |
| commit | 16b7d549222adf2b78ee38c34d37dcb410f736dc (patch) | |
| tree | 0e2726f151f288cf23b5678cd1e4f387f20f2054 /groot-common/src/main/resources | |
| parent | 86e634cf8b5b5579b324a98b1876b1a1bf1c2cf0 (diff) | |
[feature][core]知识库文件加载方式改为动态获取。
Diffstat (limited to 'groot-common/src/main/resources')
| -rw-r--r-- | groot-common/src/main/resources/grootstream.yaml | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/groot-common/src/main/resources/grootstream.yaml b/groot-common/src/main/resources/grootstream.yaml index 3d86165..89c78c9 100644 --- a/groot-common/src/main/resources/grootstream.yaml +++ b/groot-common/src/main/resources/grootstream.yaml @@ -1,20 +1,38 @@ grootstream: - knowledge_base: - name: tsg_asnlookup type: asnlookup properties: fs_type: hos - fs_default_path: http://path + fs_default_path: http://192.168.44.12:9999/v1/knowledge_base?kb_id= files: - - http://192.168.44.12:9098/hos/knowledge_base_bucket/757732ce-8214-4c34-aea2-aca6c51a7e82-YXNuX2J1aWx0aW4=.mmdb - + # - http://192.168.44.12:9098/hos/knowledge_base_bucket/757732ce-8214-4c34-aea2-aca6c51a7e82-YXNuX2J1aWx0aW4=.mmdb + - f9f6bc91-2142-4673-8249-e097c00fe1ea - name: tsg_geoiplookup type: geoiplookup + properties: + fs_type: hos + fs_default_path: http://192.168.44.12:9999/v1/knowledge_base?kb_id= files: - - 7ce2f9890950ba90-fcc25696bf11a8a0 - - 7ce2f9890950ba90-71f13b3736863ddb + - 64af7077-eb9b-4b8f-80cf-2ceebc89bea9 + - 004390bc-3135-4a6f-a492-3662ecb9e289 properties: hos.path: http://192.168.44.12:8089 hos.bucket.name.traffic_file: traffic_file_bucket hos.bucket.name.troubleshooting_file: troubleshooting_file_bucket + + + + + + + + + + + + + + + + |
