blob: 04201961efb4fc9682f3397b458f876ee144c955 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
grootstream:
knowledge_base:
- name: tsg_ip_asn
fs_type: http #hdfs,local
fs_path: http://192.168.44.12:9999/v1/knowledge_base #单机模式hdfs://192.168.44.12:9000/kb,集群模式hdfs://ns1/kb
files:
- f9f6bc91-2142-4673-8249-e097c00fe1ea #文件系统中文件名asn_builtin.mmdb
- name: tsg_ip_location
fs_type: http
fs_path: http://192.168.44.12:9999/v1/knowledge_base
files:
- 64af7077-eb9b-4b8f-80cf-2ceebc89bea9
- 004390bc-3135-4a6f-a492-3662ecb9e289
kms:
local:
type: local
vault:
type: vault
url: https://192.168.44.12:8200
username: galaxy
password: Galaxy2019#
default_key_path: tsg_olap/transit
plugin_key_path: tsg_olap/plugin/gmsm
ssl:
skip_verification: true
ca_certificate_path: ./config/ssl/ca.crt
certificate_path: ./config/ssl/server.crt
private_key_path: ./config/ssl/server.key
properties:
hos.path: http://192.168.44.12:9098/hos
hos.bucket.name.traffic_file: traffic_file_bucket
hos.bucket.name.troubleshooting_file: troubleshooting_file_bucket
scheduler.knowledge_base.update.interval.minutes: 5
|