summaryrefslogtreecommitdiff
path: root/groot-common/src/main/resources/udf.plugins
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2023-12-23 11:52:20 +0800
committerdoufenghu <[email protected]>2023-12-23 11:52:20 +0800
commitd26d478bc168e23be2754e0ecfec81e9855e78ba (patch)
treeb827ae8571b6edf5892eaef1aefd797261e99b59 /groot-common/src/main/resources/udf.plugins
parent493e4f319217f3d7a9212900c1c68225ea442776 (diff)
[Improve][Config]删除无用配置,UDF函数UnixTimestamp按文档约束重命名为CurrentUnixTimestamp。
Diffstat (limited to 'groot-common/src/main/resources/udf.plugins')
-rw-r--r--groot-common/src/main/resources/udf.plugins4
1 files changed, 2 insertions, 2 deletions
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