You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently /agent_status Fleet API returns a total status in response, which includes all active agents. This is misleading because inactive agents are not included in total.
Deprecate total field and instead introduce statuses:
## Summary
Fixes#135980
Marked `total` deprecated in `/agent_status` API response, instead added
`all` (all agents) and `active` (all - inactive - unenrolled).
### Checklist
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
Currently
/agent_status
Fleet API returns atotal
status in response, which includes allactive
agents. This is misleading becauseinactive
agents are not included intotal
.Deprecate
total
field and instead introduce statuses:all
: all active and inactiveactive
: all activeOriginally posted by @joshdover in #135816 (comment)
The text was updated successfully, but these errors were encountered: