We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dee93 commit 50281feCopy full SHA for 50281fe
x-pack/elastic-agent/pkg/agent/application/fleet_acker.go
@@ -89,7 +89,7 @@ func constructEvent(action fleetapi.Action, agentID string) fleetapi.AckEvent {
89
Timestamp: time.Now().Format(fleetTimeFormat),
90
ActionID: action.ID(),
91
AgentID: agentID,
92
- Message: fmt.Sprintf("Action '%s' ot type '%s' acknowledged.", action.ID(), action.Type()),
+ Message: fmt.Sprintf("Action '%s' of type '%s' acknowledged.", action.ID(), action.Type()),
93
}
94
95
0 commit comments