summaryrefslogtreecommitdiff
path: root/groot-common/src/main/resources
AgeCommit message (Collapse)Author
2024-11-26[feature][core]CN-1730 修改函数类名为ArrayConcatAggwangkuan
2024-11-26[feature][core]CN-1730 ↵wangkuan
回滚CollectList和CollectSet,新增数组聚合函数ArrayContactAgg及相关单元测试
2024-11-05[fix][core] 优化Encrypt函数和单元测试,增加aes-128-gcm加密算法侯晋川
2024-10-28Merge branch 'feature/udf-encrypt' into 'develop'李奉超
Feature/udf encrypt See merge request galaxy/platform/groot-stream!123
2024-10-28[feature][core] 优化Encrypt和HMAC函数。新增Encrypt单元测试feature/udf-encrypt侯晋川
2024-10-25[feature][core]新增Encrypt和HMAC函数侯晋川
2024-10-22Merge branch 'feature/max-min' into 'develop'王宽
[feature][core]删除原NumberMax,NumberMin。支持更通用的Max,Min函数。支持对日期/字符串/数字进行处理,考虑性能等因素,暂不支持识别字符串类型的日期。 See merge request galaxy/platform/groot-stream!118
2024-10-22[feature][core]删除原NumberMax,NumberMin。支持更通用的Max,Min函 ↵feature/max-minwangkuan
数。支持对日期/字符串/数字进行处理,考虑性能等因素,暂不支持识别字符串类型的日期。
2024-10-21Merge branch 'develop' into 'feature/dos'feature/dos王宽
# Conflicts: # config/udf.plugins
2024-10-21[feature][core]新增聚合函数NumberMax,NumberMin,增加agg-dos-protectio ↵wangkuan
n_rule_metric任务以及单元测试
2024-10-18[Improve][docs] Add event model description.doufenghu
2024-10-16[Improve][UUID] UUID class name use uppercase for abbreviations in naming ↵doufenghu
conventions.
2024-09-14[feature][core] TSG-22596 add EXPLODE_APP_AND_PROTOCOL function rename to ↵lifengchao
PATH_UNROLL
2024-09-13[feature][core] TSG-22596 add EXPLODE_APP_AND_PROTOCOL function for ↵lifengchao
app-protocol-stat-traffic-merge application
2024-08-19[docs][table processor] add table-processor and udtf description.doufenghu
2024-08-15[feature][core]添加sketche聚合函数和sketche mock类型lifengchao
2024-08-15[feature][core]新增JsonUnroll函数,优化Unroll函数feature/tablewangkuan
2024-08-14[improve][core]修改UnRoll函数名称为Unrollwangkuan
2024-08-13[feature][core][common][bootstrap]支持tableProcessor,增加UnRoll函数wangkuan
2024-08-01[docs][core] add aggregate processor documents.doufenghu
2024-07-24[improve][core]新增聚合函数LongCount,Mean以及相关单元测试wangkuan
2024-07-23[feature][bootstrap][core][common]支持自定义聚合函数,udf接口重� ↵wangkuan
�名为scalarFunction,时间戳转换函数支持设置interval
2024-05-21[feature][core]新增flatten函数,重构rename函数,UnixtimestampConverter ↵wangkuan
函数增加分钟级别转换
2024-03-14[improve][core]增加本地知识库文件单元测试improve/knowledgebasewangkuan
2024-01-27Fix some detailsdoufenghu
2024-01-25[feature][core]GAL-473新增字符串处理函数STRING_JOINER ↵wangkuan
与GENERATE_STRING_ARRAY
2024-01-18[Improve][Job] ↵doufenghu
Rename作为内置UDF函数,按英文首字母排列UDF注册列表。新增kafka_to_print, inline_to_print配置模版,使其集成测试更高效。
2024-01-12[Fix][Common] 同步知识库的配置结构的变化doufenghu
2024-01-09[Feature][UDF] FromUnixTimestamp作为内置UDF函数doufenghu
2023-12-28[feature][core]知识库文件加载方式改为动态获取。wangkuan
2023-12-23[Improve][Config]删除无用配置,UDF函数UnixTimestamp按文档约束� ↵doufenghu
��命名为CurrentUnixTimestamp。
2023-12-22[Improve][Config]优化配置加载方式。在命令行启动时,通过� ↵doufenghu
�加默认参数的方式加载全局配置文件和UDF配置。
2023-12-19[fix][common]补充udf配置文件wangkuan
2023-12-19[improve][common][core]修改udf注册文件读取方式,与配置文件� ↵wangkuan
�取方式相同,修改配置文件名
2023-12-15[improve][core][common] 一些函数优化wangkuan
2023-12-15[fix][bootstrap]启动脚本不能终止任务wangkuan
2023-12-12[improve][core][common] ↵wangkuan
增加定时任务工具类,部分udf优化,tsg任务所有功能配置,grootstream全局参数修改(暂时只修改配置文件,没有去掉engine待讨论)
2023-12-08[improve][core][common]部分命名问题,新增部分函数wangkuan
2023-12-06[feature][core][common]修改知识库配置文件定义,支持ASN知识� ↵wangkuan
�补全函数,知识库调度任务工具类开发(待优化)
2023-12-01[improve][core]GAL-443优化所有udf函数(定位库函数,路径合并 ↵wangkuan
函数待持续优化)
2023-11-28[feature][bootstrap] ↵doufenghu
动态读取配置文件,以JSON方式存储到GlobalJobParameters
2023-11-23[fix][bootstrap] 增加注册函数doufenghu
2023-11-17[Improve][connectors]ipfix collector同时支持nacos和consul服务发现houjinchuan
2023-10-28[feature][test]支持local模式,方便debug调试,相关HBase调用函� ↵doufenghu
��暂移除注册列表
2023-10-22[fix][core] ↵doufenghu
重命名UDF,初始化方法修改为init。传递数据改为UDFContext,提供除输入参数外及其它执行相关信息。
2023-10-22[feature][bootstrap]调整pom各个模块依赖关系,统一jar包管理� ↵doufenghu
�为便于测试,暂时对groot-bootstrap基于shade封装各个模块打一个jar包。
2023-10-12groot平台重构,分为多个module,打包方式修改为个子项目� ↵wangkuan
�立打包,去掉函数注册main_class