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 /config/udf.plugins | |
| parent | 493e4f319217f3d7a9212900c1c68225ea442776 (diff) | |
[Improve][Config]删除无用配置,UDF函数UnixTimestamp按文档约束重命名为CurrentUnixTimestamp。
Diffstat (limited to 'config/udf.plugins')
| -rw-r--r-- | config/udf.plugins | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/udf.plugins b/config/udf.plugins index d22c057..07867f6 100644 --- a/config/udf.plugins +++ b/config/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 |
