diff --git a/x-pack/plugin/core/src/main/resources/monitoring-beats.json b/x-pack/plugin/core/src/main/resources/monitoring-beats.json index 43763b8512f7f..252728022dff4 100644 --- a/x-pack/plugin/core/src/main/resources/monitoring-beats.json +++ b/x-pack/plugin/core/src/main/resources/monitoring-beats.json @@ -219,6 +219,23 @@ "type": "long" } } + }, + "handles": { + "properties": { + "open": { + "type": "long" + }, + "limit": { + "properties": { + "hard": { + "type": "long" + }, + "soft": { + "type": "long" + } + } + } + } } } }, @@ -485,6 +502,13 @@ "type": "long" } } + }, + "span": { + "properties": { + "transformations": { + "type": "long" + } + } } } } @@ -536,6 +560,9 @@ }, "total": { "type": "long" + }, + "toomany": { + "type": "long" } } }, diff --git a/x-pack/plugin/core/src/main/resources/monitoring-es.json b/x-pack/plugin/core/src/main/resources/monitoring-es.json index 31d3eec79b1dd..8c0bae402ed32 100644 --- a/x-pack/plugin/core/src/main/resources/monitoring-es.json +++ b/x-pack/plugin/core/src/main/resources/monitoring-es.json @@ -835,6 +835,16 @@ "type": "long" } } + }, + "write": { + "properties": { + "queue": { + "type": "integer" + }, + "rejected": { + "type": "long" + } + } } } }