Skip to content

Commit

Permalink
added last_checkin_message to FleetServerAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Sep 29, 2022
1 parent 276e43f commit cacfa49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/plugins/fleet/common/types/models/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ export interface FleetServerAgent {
* Last checkin status
*/
last_checkin_status?: 'error' | 'online' | 'degraded' | 'updating';
/**
* Last checkin message
*/
last_checkin_message?: string;
/**
* ID of the API key the Elastic Agent uses to authenticate with elasticsearch
*/
Expand Down

0 comments on commit cacfa49

Please sign in to comment.