Skip to content

Commit b00129a

Browse files
authored
adds missing indexing_pressure monitoring fields to mb template (#113175)
1 parent 9b7d808 commit b00129a

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed

x-pack/plugin/core/template-resources/src/main/resources/monitoring-es-mb.json

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2466,6 +2466,104 @@
24662466
}
24672467
}
24682468
},
2469+
"indexing_pressure": {
2470+
"properties": {
2471+
"memory": {
2472+
"properties": {
2473+
"current": {
2474+
"properties": {
2475+
"all": {
2476+
"properties": {
2477+
"bytes": {
2478+
"type": "long"
2479+
}
2480+
}
2481+
},
2482+
"combined_coordinating_and_primary": {
2483+
"properties": {
2484+
"bytes": {
2485+
"type": "long"
2486+
}
2487+
}
2488+
},
2489+
"coordinating": {
2490+
"properties": {
2491+
"bytes": {
2492+
"type": "long"
2493+
}
2494+
}
2495+
},
2496+
"primary": {
2497+
"properties": {
2498+
"bytes": {
2499+
"type": "long"
2500+
}
2501+
}
2502+
},
2503+
"replica": {
2504+
"properties": {
2505+
"bytes": {
2506+
"type": "long"
2507+
}
2508+
}
2509+
}
2510+
}
2511+
},
2512+
"limit_in_bytes": {
2513+
"type": "long"
2514+
},
2515+
"total": {
2516+
"properties": {
2517+
"all": {
2518+
"properties": {
2519+
"bytes": {
2520+
"type": "long"
2521+
}
2522+
}
2523+
},
2524+
"combined_coordinating_and_primary": {
2525+
"properties": {
2526+
"bytes": {
2527+
"type": "long"
2528+
}
2529+
}
2530+
},
2531+
"coordinating": {
2532+
"properties": {
2533+
"bytes": {
2534+
"type": "long"
2535+
},
2536+
"rejections": {
2537+
"type": "long"
2538+
}
2539+
}
2540+
},
2541+
"primary": {
2542+
"properties": {
2543+
"bytes": {
2544+
"type": "long"
2545+
},
2546+
"rejections": {
2547+
"type": "long"
2548+
}
2549+
}
2550+
},
2551+
"replica": {
2552+
"properties": {
2553+
"bytes": {
2554+
"type": "long"
2555+
},
2556+
"rejections": {
2557+
"type": "long"
2558+
}
2559+
}
2560+
}
2561+
}
2562+
}
2563+
}
2564+
}
2565+
}
2566+
},
24692567
"indices_stats": {
24702568
"properties": {
24712569
"_all": {

0 commit comments

Comments
 (0)