diff options
| author | doufenghu <[email protected]> | 2023-12-23 11:52:20 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-12-23 11:52:20 +0800 |
| commit | d26d478bc168e23be2754e0ecfec81e9855e78ba (patch) | |
| tree | b827ae8571b6edf5892eaef1aefd797261e99b59 /groot-common/src/main/resources | |
| parent | 493e4f319217f3d7a9212900c1c68225ea442776 (diff) | |
[Improve][Config]删除无用配置,UDF函数UnixTimestamp按文档约束重命名为CurrentUnixTimestamp。
Diffstat (limited to 'groot-common/src/main/resources')
| -rw-r--r-- | groot-common/src/main/resources/groot.yaml | 74 | ||||
| -rw-r--r-- | groot-common/src/main/resources/udf.plugins | 4 |
2 files changed, 2 insertions, 76 deletions
diff --git a/groot-common/src/main/resources/groot.yaml b/groot-common/src/main/resources/groot.yaml deleted file mode 100644 index a5bc3f9..0000000 --- a/groot-common/src/main/resources/groot.yaml +++ /dev/null @@ -1,74 +0,0 @@ - -nacos: - server_addr: 192.168.44.12:8848 - username: nacos - password: nacos - namespace: test - data_id: knowledge_base.json - group: DEFAULT_GROUP - read_timeout: 5000 - -consul: - server_addr: 192.168.41.30 - server_port: 8500 - token: c989b503-1d74-f49c-5698-e90fe461e938 - -hos: - token: c21f969b5f03d33d43e04f8f136e7682 - - -knowledge: - file_check_number: 3 - # iplookup: -# TSG: -# ip_v4_user_defined_id: acf1db8589c5e277-2d8cb5cf98593ed8 - # ip_v6_user_defined_id: acf1db8589c5e277-a442cce2d726eddf - # ip_v4_built_in_id: acf1db8589c5e277-42014a5735551e3e - # ip_v6_built_in_id: acf1db8589c5e277-8a9a0362c1320877 -# CN: - # ip_v4_user_defined_id: acf1db8589c5e277-2d8cb5cf98593ed8 - # ip_v6_user_defined_id: acf1db8589c5e277-a442cce2d726eddf - # ip_v4_built_in_id: acf1db8589c5e277-10798bc00aed2135 - # ip_v6_built_in_id: acf1db8589c5e277-8a9a0362c1320877 - # asn_v4_id: 7ce2f9890950ba90-fcc25696bf11a8a0 - # asn_v6_id: 7ce2f9890950ba90-71f13b3736863ddb - asnlookup: - TSG: - #asn_v4_id: 7ce2f9890950ba90-fe9081f96d1d8ca8 - #asn_v6_id: 7ce2f9890950ba90-c901e886e2d89a30 - asn_v4_id: 7ce2f9890950ba90-fcc25696bf11a8a0 - asn_v6_id: 7ce2f9890950ba90-71f13b3736863ddb - # CN: - # ip_v4_user_defined_id: acf1db8589c5e277-2d8cb5cf98593ed8 - # ip_v6_user_defined_id: acf1db8589c5e277-a442cce2d726eddf - # ip_v4_built_in_id: acf1db8589c5e277-10798bc00aed2135 -# ip_v6_built_in_id: acf1db8589c5e277-8a9a0362c1320877 -# asn_v4_id: 7ce2f9890950ba90-fcc25696bf11a8a0 -# asn_v6_id: 7ce2f9890950ba90-71f13b3736863ddb -http: - pool: - max_connection: 400 - max_per_route: 60 - request_timeout: 60000 - connect_timeout: 60000 - response_timeout: 60000 - -snowid: - data_center_id_num: 1 -zookeeper: - quorum: 192.168.44.12:2181 - -knowledgebase: - file_storage_path: /knowledgebase/ETL-SESSION-RECORD-COMPLETED/ - file_storage_type: hdfs -hdfs: - servers: 192.168.44.11:9000,192.168.44.14:9000 -hbase: - tick_tuple_freq_secs: - gtpc_scan_max_rows: 10000 - radius_scan_max_rows: 10000 - radius_table_name: RADIUS-TABLE - gtpc_table_name: GTPC-TABLE - rpc_timeout: -data: - relationship_model:
\ No newline at end of file diff --git a/groot-common/src/main/resources/udf.plugins b/groot-common/src/main/resources/udf.plugins index d22c057..07867f6 100644 --- a/groot-common/src/main/resources/udf.plugins +++ b/groot-common/src/main/resources/udf.plugins @@ -3,9 +3,9 @@ com.geedgenetworks.core.udf.Drop com.geedgenetworks.core.udf.AsnLookup com.geedgenetworks.core.udf.Eval com.geedgenetworks.core.udf.JsonExtract -com.geedgenetworks.core.udf.UnixTimestamp +com.geedgenetworks.core.udf.CurrentUnixTimestamp com.geedgenetworks.core.udf.Domain com.geedgenetworks.core.udf.DecodeBase64 com.geedgenetworks.core.udf.GeoIpLookup com.geedgenetworks.core.udf.PathCombine -com.geedgenetworks.core.udf.UnixTimestampConverter +com.geedgenetworks.core.udf.UnixTimestampConverter
\ No newline at end of file |
