This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-k18-galaxy-service/src/main/resources/applicationConfig-maatOracle.properties
zhangdongxu 30e09bfeda 配置文件重命名:
1、matt.properties --> applicationConfig-maatOracle.properties;
2、serviceTable.properties --> applicationConfig-rule.properties;
3、table.properties --> applicationLog-hive.properties;
4、commonSources.xml --> applicationConfig-parser.xml;
commonSourcesSchema.xsd --> applicationConfig-parser.schema.xsd;
5、maat.xml --> applicationConfig-maatRedis.xml; maat.xsd -->
applicationConfig-maatRedis.schema.xml;
2018-07-13 15:20:04 +08:00

43 lines
2.0 KiB
Properties
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#####配置文件用途MAAT配置转换Oracle存储结构
#编译表表名
compileTabName=MAAT_CONFIG_COMPILE
#编译表 新增配置时添加的字段 英文逗号分隔
compileFieldName=COMPILE_ID ,SERVICE ,ACTION , CONT_TYPE, ATTR_TYPE, CONT_LABEL, Task_id, Guarantee_ID, AFFAIR_ID, TOPIC_ID, DO_BLACKLIST ,DO_LOG ,EFFECTIVE_RANGE , ACTIVE_SYS, CONFIG_PERCENT ,CONFIG_OPTION ,START_TIME ,END_TIME , USER_REGION, IS_VALID,GROUP_NUM,FATHER_CFG_ID ,OP_TIME
#编译表 配置状态更新的条件
compileUpdateCondition=COMPILE_ID
#分组表表名
groupTabName=MAAT_CONFIG_GROUP
#分组表 新增配置时添加的字段 英文逗号分隔
#注意:第一个字段必需是分组表主键
groupFieldName=ID,GROUP_ID, COMPILE_ID, IS_VALID, OP_TIME
#分组表主键使用序列号
groupSeqName=SEQ_CONFIG_GROUP
#分组表 配置状态更新的条件
groupUpdateCondition=GROUP_ID,COMPILE_ID
#域配置表配置ID字段名称
regionId = REGION_ID
#字符域表 新增配置时添加字段 英文逗号分隔
strRegionFieldName=REGION_ID, GROUP_ID, KEYWORDS, EXPR_TYPE, MATCH_METHOD , IS_HEXBIN, IS_VALID, OP_TIME
#增强字符域表 新增配置时添加字段 英文逗号分隔
strongStrRegionFieldName=REGION_ID, GROUP_ID, DISTRICT, KEYWORDS, EXPR_TYPE, MATCH_METHOD , IS_HEXBIN, IS_VALID, OP_TIME
#IP域表 新增配置时添加字段 英文逗号分隔
ipRegionFieldName=REGION_ID, GROUP_ID, ADDR_TYPE, SRC_IP, MASK_SRC_IP, SRC_PORT, MASK_SRC_PORT, DST_IP, MASK_DST_IP, DST_PORT, MASK_DST_PORT, PROTOCOL, DIRECTION, IS_VALID, OP_TIME
#数值域表 新增配置时添加字段 英文逗号分隔
numRegionFieldName = REGION_ID,GROUP_ID,LOW_BOUNDARY,UP_BOUNDARY,IS_VALID,OP_TIME
#摘要域表 新增配置时添加字段 英文逗号分隔
digestRegionFieldName = REGION_ID,GROUP_ID,RAW_LEN,DIGEST,CFDS_LEVEL,IS_VALID,OP_TIME
#是否包含LAST_UPDATE字段 (状态更新中使用)
hasLastUpdate=true
#配置状态更新的字段
updateFields=IS_VALID,OP_TIME