Skip to content

Commit

Permalink
Update mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Jun 7, 2021
1 parent 9be5d2c commit aa73aa6
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2055,6 +2055,28 @@
}
}
},
"fleet_server": {
"properties": {
"total_all_statuses": {
"type": "long",
"_meta": {
"description": "The total number of Fleet Server agents in any state, both enrolled and inactive."
}
},
"healthy": {
"type": "long",
"_meta": {
"description": "The total number of enrolled Fleet Server agents in a healthy state."
}
},
"num_host_urls": {
"type": "long",
"_meta": {
"description": "The number of Fleet Server hosts configured in Fleet settings."
}
}
}
},
"packages": {
"type": "array",
"items": {
Expand Down

0 comments on commit aa73aa6

Please sign in to comment.