调整ES相关文件位置 & 补充connectESDAO相关类

This commit is contained in:
zengqiao
2022-12-06 17:59:39 +08:00
committed by EricZeng
parent cc2a590b33
commit 249fe7c700
74 changed files with 2640 additions and 967 deletions

View File

@@ -1,4 +1,3 @@
PUT _template/ks_kafka_cluster_metric
{
"order" : 10,
"index_patterns" : [
@@ -6,7 +5,7 @@ PUT _template/ks_kafka_cluster_metric
],
"settings" : {
"index" : {
"number_of_shards" : "10"
"number_of_shards" : "2"
}
},
"mappings" : {
@@ -184,4 +183,4 @@ PUT _template/ks_kafka_cluster_metric
}
},
"aliases" : { }
}
}