Skip to content

Commit 326f5d9

Browse files
chrisronlinekcm
authored andcommitted
[Monitoring] Add additional necessary mappings for apm-server (#34392)
* Add additional necessary mappings for apm-server * Add open handles for beats * Add mappings missing for es
1 parent d854edf commit 326f5d9

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

x-pack/plugin/core/src/main/resources/monitoring-beats.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,23 @@
221221
"type": "long"
222222
}
223223
}
224+
},
225+
"handles": {
226+
"properties": {
227+
"open": {
228+
"type": "long"
229+
},
230+
"limit": {
231+
"properties": {
232+
"hard": {
233+
"type": "long"
234+
},
235+
"soft": {
236+
"type": "long"
237+
}
238+
}
239+
}
240+
}
224241
}
225242
}
226243
},
@@ -487,6 +504,13 @@
487504
"type": "long"
488505
}
489506
}
507+
},
508+
"span": {
509+
"properties": {
510+
"transformations": {
511+
"type": "long"
512+
}
513+
}
490514
}
491515
}
492516
}
@@ -538,6 +562,9 @@
538562
},
539563
"total": {
540564
"type": "long"
565+
},
566+
"toomany": {
567+
"type": "long"
541568
}
542569
}
543570
},

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,16 @@
835835
"type": "long"
836836
}
837837
}
838+
},
839+
"write": {
840+
"properties": {
841+
"queue": {
842+
"type": "integer"
843+
},
844+
"rejected": {
845+
"type": "long"
846+
}
847+
}
838848
}
839849
}
840850
}

0 commit comments

Comments
 (0)