@@ -5898,6 +5898,61 @@ processors:
58985898 # ch: |-
58995899 # 是否解析 XML 数据内容。
59005900 parse_xml_enabled : true
5901+ # type: bool
5902+ # name:
5903+ # en: Decompress Payload
5904+ # ch: 解压数据包
5905+ # unit:
5906+ # range: []
5907+ # enum_options: []
5908+ # modification: agent_restart
5909+ # ee_feature: true
5910+ # description:
5911+ # en: |-
5912+ # Some web_sphere_mq messages use zlib compression. When this option is enabled,
5913+ # the agent will decompress the data packets during parsing.
5914+ # ch: |-
5915+ # 部分 web_sphere_mq 的消息中使用 zlib 压缩,开启此选项后,agent 在解析时会对数据包进行解压。
5916+ decompress_enabled : true
5917+ # type: bool
5918+ # name:
5919+ # en: Attribute Field Filter
5920+ # ch: 属性字段过滤器
5921+ # unit:
5922+ # range: []
5923+ # enum_options: []
5924+ # modification: agent_restart
5925+ # ee_feature: true
5926+ # description:
5927+ # en: |-
5928+ # Enabling this option will cause the agent to retain only the following fields in the XML during parsing, reducing data storage.
5929+ # - Document.ComConf.ConfInf.MT
5930+ # - Document.ComConf.ConfInf.MsgId
5931+ # - Document.ComConf.ConfInf.MsgPrcCd
5932+ # - Document.ComConf.ConfInf.MsgRefId
5933+ # - Document.ComConf.ConfInf.OrigSndDt
5934+ # - Document.ComConf.ConfInf.OrigSndr
5935+ # - Document.ComuCnfm.MsgId
5936+ # - Document.ComuCnfm.MsgProCd
5937+ # - Document.ComuCnfm.MsgRefId
5938+ # - Document.ComuCnfm.MsgTp
5939+ # - Document.ComuCnfm.OrigSndDt
5940+ # - Document.ComuCnfm.OrigSndr
5941+ # ch: |-
5942+ # 开启此选项后,agent 在解析时 XML 仅保留如下字段,减少数据存储。
5943+ # - Document.ComConf.ConfInf.MT
5944+ # - Document.ComConf.ConfInf.MsgId
5945+ # - Document.ComConf.ConfInf.MsgPrcCd
5946+ # - Document.ComConf.ConfInf.MsgRefId
5947+ # - Document.ComConf.ConfInf.OrigSndDt
5948+ # - Document.ComConf.ConfInf.OrigSndr
5949+ # - Document.ComuCnfm.MsgId
5950+ # - Document.ComuCnfm.MsgProCd
5951+ # - Document.ComuCnfm.MsgRefId
5952+ # - Document.ComuCnfm.MsgTp
5953+ # - Document.ComuCnfm.OrigSndDt
5954+ # - Document.ComuCnfm.OrigSndr
5955+ filter_attributes_enabled : true
59015956 # type: section
59025957 # name: MySQL
59035958 # description:
0 commit comments