Commit 785f2ed 1 parent 9d5734b commit 785f2ed Copy full SHA for 785f2ed
File tree 3 files changed +8
-0
lines changed
content.en/docs/release-notes
content.zh/docs/release-notes
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -381,6 +381,12 @@ PUT _template/$[[SETUP_INDEX_PREFIX]]alert-history-rollover
381
381
}
382
382
},
383
383
"mappings" : {
384
+ " properties" : {
385
+ " condition_result" : {
386
+ " type" : " object" ,
387
+ " enabled" : false
388
+ }
389
+ },
384
390
"dynamic_templates" : [
385
391
{
386
392
" strings" : {
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Information about release notes of INFINI Console is provided here.
22
22
- Fixed the wrong display of heatmap's data in alerting message (#157 )
23
23
- Fixed Devtools ` _sql ` support for elasticsearch 6.x (#158 )
24
24
- Fixed audit log default sorting across pagination (#161 )
25
+ - Fixed mapping type conflict error (#164 )
25
26
26
27
### Improvements
27
28
- Update agent config with cluster name (#148 )
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ title: "版本历史"
22
22
- 修复告警消息热图数据显示错误的问题 (#157 )
23
23
- 修复开发工具 ` _sql ` 查询支撑 Elasticsearch 6.x 版本 (#158 )
24
24
- 修复审计日志默认排序翻页之后丢失的问题 (#161 )
25
+ - 修复 ` Mapping ` 冲突问题 (#161 )
25
26
26
27
### Improvements
27
28
- 优化下发给 Agent 的配置,增加集群名称 (#148 )
You can’t perform that action at this time.
0 commit comments