From 2519034d32c941c1743e1dffad5a6e56328fbaa7 Mon Sep 17 00:00:00 2001 From: Lars <126493657+ash-darin@users.noreply.github.com> Date: Tue, 15 Apr 2025 14:13:27 +0200 Subject: [PATCH 1/2] Update monitoring-es-mb.json correct datatype --- .../src/main/resources/monitoring-es-mb.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x-pack/plugin/core/template-resources/src/main/resources/monitoring-es-mb.json b/x-pack/plugin/core/template-resources/src/main/resources/monitoring-es-mb.json index 6d82f6e5295e6..7bd962ab161b7 100644 --- a/x-pack/plugin/core/template-resources/src/main/resources/monitoring-es-mb.json +++ b/x-pack/plugin/core/template-resources/src/main/resources/monitoring-es-mb.json @@ -933,16 +933,14 @@ "usage": { "properties": { "bytes": { - "ignore_above": 1024, - "type": "keyword" + "type": "unsigned_long" } } }, "limit": { "properties": { "bytes": { - "ignore_above": 1024, - "type": "keyword" + "type": "unsigned_long" } } } From 37ffc197cd21cb6888ebb72395f572fa90b01f1b Mon Sep 17 00:00:00 2001 From: Lars <126493657+ash-darin@users.noreply.github.com> Date: Tue, 15 Apr 2025 14:41:21 +0200 Subject: [PATCH 2/2] Create 126842.yaml Add documentation file as per build enviromnent request --- docs/changelog/126842.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/changelog/126842.yaml diff --git a/docs/changelog/126842.yaml b/docs/changelog/126842.yaml new file mode 100644 index 0000000000000..2a2f7482e78ba --- /dev/null +++ b/docs/changelog/126842.yaml @@ -0,0 +1,5 @@ +pr: 126842 +summary: Fix +area: Mapping +type: bug +issues: [116766]