Skip to content

Commit 785f2ed

Browse files
fix: mapping type conflict error (#164)
* fix: mapping type conflict error * docs: update release notes --------- Co-authored-by: hardy <[email protected]>
1 parent 9d5734b commit 785f2ed

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

config/setup/easysearch/template_ilm.tpl

+6
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,12 @@ PUT _template/$[[SETUP_INDEX_PREFIX]]alert-history-rollover
381381
}
382382
},
383383
"mappings" : {
384+
"properties" : {
385+
"condition_result" : {
386+
"type" : "object",
387+
"enabled" : false
388+
}
389+
},
384390
"dynamic_templates" : [
385391
{
386392
"strings" : {

docs/content.en/docs/release-notes/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Information about release notes of INFINI Console is provided here.
2222
- Fixed the wrong display of heatmap's data in alerting message (#157)
2323
- Fixed Devtools `_sql` support for elasticsearch 6.x (#158)
2424
- Fixed audit log default sorting across pagination (#161)
25+
- Fixed mapping type conflict error (#164)
2526

2627
### Improvements
2728
- Update agent config with cluster name (#148)

docs/content.zh/docs/release-notes/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ title: "版本历史"
2222
- 修复告警消息热图数据显示错误的问题 (#157)
2323
- 修复开发工具 `_sql` 查询支撑 Elasticsearch 6.x 版本 (#158)
2424
- 修复审计日志默认排序翻页之后丢失的问题 (#161)
25+
- 修复 `Mapping` 冲突问题 (#161)
2526

2627
### Improvements
2728
- 优化下发给 Agent 的配置,增加集群名称 (#148)

0 commit comments

Comments
 (0)