summaryrefslogtreecommitdiff
path: root/groot-common/src/main/resources/udf.plugins
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2023-12-22 09:59:44 +0800
committerdoufenghu <[email protected]>2023-12-22 09:59:44 +0800
commit2257feeee39e71d5dade02e7e4d47ca144f75bad (patch)
tree3716a3bcfe6cc1144f52a6526bd5bd1ab4f8220e /groot-common/src/main/resources/udf.plugins
parent24e4df2fb59645879be600eb4ca99656c577f2c9 (diff)
[Improve][Config]优化配置加载方式。在命令行启动时,通过增加默认参数的方式加载全局配置文件和UDF配置。
Diffstat (limited to 'groot-common/src/main/resources/udf.plugins')
-rw-r--r--groot-common/src/main/resources/udf.plugins11
1 files changed, 11 insertions, 0 deletions
diff --git a/groot-common/src/main/resources/udf.plugins b/groot-common/src/main/resources/udf.plugins
new file mode 100644
index 0000000..d22c057
--- /dev/null
+++ b/groot-common/src/main/resources/udf.plugins
@@ -0,0 +1,11 @@
+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.UnixTimestamp
+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