Skip to content

Commit

Permalink
pref: 日志模块ES存储性能优化 #7091 修改产生存储的字段类型
Browse files Browse the repository at this point in the history
  • Loading branch information
royalhuang committed Jan 9, 2025
1 parent 481d81c commit 1f897c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ object ESIndexUtils {
.startObject("containerHashId").field("type", "keyword").endObject()
.startObject("stepId").field("type", "keyword").endObject()
.startObject("executeCount").field("type", "keyword").endObject()
.startObject("logType").field("type", "text").endObject()
.startObject("message").field("type", "text")
.startObject("logType").field("type", "keyword").endObject()
.startObject("message").field("type", "keyword")
.field("index", false)
.endObject()
.endObject()
Expand Down

0 comments on commit 1f897c8

Please sign in to comment.