summaryrefslogtreecommitdiff
path: root/groot-common/src/main/resources
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-01-18 23:51:13 +0800
committerdoufenghu <[email protected]>2024-01-18 23:51:13 +0800
commit55f8fbe81f528593962a504b63b51d39e0bdad52 (patch)
tree49fc20d5a609af8b530cf1a312b8d72665967cd4 /groot-common/src/main/resources
parent70d3ccd36173a51d936399a0af2dd79bbb180cf4 (diff)
[Improve][Job] Rename作为内置UDF函数,按英文首字母排列UDF注册列表。新增kafka_to_print, inline_to_print配置模版,使其集成测试更高效。
Diffstat (limited to 'groot-common/src/main/resources')
-rw-r--r--groot-common/src/main/resources/grootstream.yaml4
-rw-r--r--groot-common/src/main/resources/udf.plugins15
2 files changed, 10 insertions, 9 deletions
diff --git a/groot-common/src/main/resources/grootstream.yaml b/groot-common/src/main/resources/grootstream.yaml
index 904e93d..efc5b52 100644
--- a/groot-common/src/main/resources/grootstream.yaml
+++ b/groot-common/src/main/resources/grootstream.yaml
@@ -1,11 +1,11 @@
grootstream:
knowledge_base:
- - name: tsg_asnlookup
+ - name: tsg_ip_asn
fs_type: http
fs_path: http://192.168.44.12:9999/v1/knowledge_base
files:
- f9f6bc91-2142-4673-8249-e097c00fe1ea
- - name: tsg_geoiplookup
+ - name: tsg_ip_location
fs_type: http
fs_path: http://192.168.44.12:9999/v1/knowledge_base
files:
diff --git a/groot-common/src/main/resources/udf.plugins b/groot-common/src/main/resources/udf.plugins
index e425ca4..f5f7f1c 100644
--- a/groot-common/src/main/resources/udf.plugins
+++ b/groot-common/src/main/resources/udf.plugins
@@ -1,12 +1,13 @@
-com.geedgenetworks.core.udf.SnowflakeId
-com.geedgenetworks.core.udf.Drop
com.geedgenetworks.core.udf.AsnLookup
-com.geedgenetworks.core.udf.Eval
-com.geedgenetworks.core.udf.JsonExtract
com.geedgenetworks.core.udf.CurrentUnixTimestamp
-com.geedgenetworks.core.udf.FromUnixTimestamp
-com.geedgenetworks.core.udf.Domain
com.geedgenetworks.core.udf.DecodeBase64
+com.geedgenetworks.core.udf.Domain
+com.geedgenetworks.core.udf.Drop
+com.geedgenetworks.core.udf.Eval
+com.geedgenetworks.core.udf.FromUnixTimestamp
com.geedgenetworks.core.udf.GeoIpLookup
+com.geedgenetworks.core.udf.Rename
+com.geedgenetworks.core.udf.JsonExtract
com.geedgenetworks.core.udf.PathCombine
-com.geedgenetworks.core.udf.UnixTimestampConverter \ No newline at end of file
+com.geedgenetworks.core.udf.SnowflakeId
+com.geedgenetworks.core.udf.UnixTimestampConverter