Skip to content

Commit

Permalink
Update mapping for shard_stats.total_count (#107471)
Browse files Browse the repository at this point in the history
* Update monitoring-es-mb.json

* Incrementing stack monitoring version
  • Loading branch information
philippkahr authored Apr 15, 2024
1 parent e306dd1 commit 212e203
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2363,6 +2363,13 @@
"properties": {
"indices": {
"properties": {
"shards_stats": {
"properties": {
"total_count": {
"type": long
}
}
},
"shards": {
"properties": {
"total": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class MonitoringTemplateRegistry extends IndexTemplateRegistry {
* writes monitoring data in ECS format as of 8.0. These templates define the ECS schema as well as alias fields for the old monitoring
* mappings that point to the corresponding ECS fields.
*/
public static final int STACK_MONITORING_REGISTRY_VERSION = 8_00_00_99 + 15;
public static final int STACK_MONITORING_REGISTRY_VERSION = 8_00_00_99 + 16;
private static final String STACK_MONITORING_REGISTRY_VERSION_VARIABLE = "xpack.stack.monitoring.template.release.version";
private static final String STACK_TEMPLATE_VERSION = "8";
private static final String STACK_TEMPLATE_VERSION_VARIABLE = "xpack.stack.monitoring.template.version";
Expand Down

0 comments on commit 212e203

Please sign in to comment.