Skip to content

Commit

Permalink
[Monitoring] Add additional necessary mappings for apm-server (#34392) (
Browse files Browse the repository at this point in the history
#34472)

* Add additional necessary mappings for apm-server

* Add open handles for beats

* Add mappings missing for es
  • Loading branch information
chrisronline committed Oct 16, 2018
1 parent e40b950 commit 46af990
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
27 changes: 27 additions & 0 deletions x-pack/plugin/core/src/main/resources/monitoring-beats.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,23 @@
"type": "long"
}
}
},
"handles": {
"properties": {
"open": {
"type": "long"
},
"limit": {
"properties": {
"hard": {
"type": "long"
},
"soft": {
"type": "long"
}
}
}
}
}
}
},
Expand Down Expand Up @@ -485,6 +502,13 @@
"type": "long"
}
}
},
"span": {
"properties": {
"transformations": {
"type": "long"
}
}
}
}
}
Expand Down Expand Up @@ -536,6 +560,9 @@
},
"total": {
"type": "long"
},
"toomany": {
"type": "long"
}
}
},
Expand Down
10 changes: 10 additions & 0 deletions x-pack/plugin/core/src/main/resources/monitoring-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,16 @@
"type": "long"
}
}
},
"write": {
"properties": {
"queue": {
"type": "integer"
},
"rejected": {
"type": "long"
}
}
}
}
}
Expand Down

0 comments on commit 46af990

Please sign in to comment.