diff options
| author | lifengchao <[email protected]> | 2024-09-13 18:24:15 +0800 |
|---|---|---|
| committer | lifengchao <[email protected]> | 2024-09-13 18:24:15 +0800 |
| commit | 0527fc54a42ee17e03ee34afac606ae9f30f8657 (patch) | |
| tree | 2917564e156ef10756765022ee315cbd7bc57f5c /config/udf.plugins | |
| parent | 2ed4587200e28ceca9895e897212ecd28312485f (diff) | |
[feature][core] TSG-22596 add EXPLODE_APP_AND_PROTOCOL function for app-protocol-stat-traffic-merge application
Diffstat (limited to 'config/udf.plugins')
| -rw-r--r-- | config/udf.plugins | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/udf.plugins b/config/udf.plugins index e4f940f..313a419 100644 --- a/config/udf.plugins +++ b/config/udf.plugins @@ -28,4 +28,5 @@ com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogram com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogramQuantile com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogramQuantiles com.geedgenetworks.core.udf.udtf.JsonUnroll -com.geedgenetworks.core.udf.udtf.Unroll
\ No newline at end of file +com.geedgenetworks.core.udf.udtf.Unroll +com.geedgenetworks.core.udf.udtf.ExplodeAppAndProtocol
\ No newline at end of file |
