Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update internal/kibana/fleet.go
Co-authored-by: Mario Rodriguez Molins <[email protected]>
  • Loading branch information
jsoriano and mrodm authored Jan 14, 2025
commit 093896d69f326d5f15722efe3961914406304209
2 changes: 1 addition & 1 deletion internal/kibana/fleet.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (c *Client) RemoveFleetOutput(ctx context.Context, outputID string) error {
return nil
}
if statusCode != http.StatusOK {
return fmt.Errorf("could not add fleet output; API status code = %d; response body = %s", statusCode, respBody)
return fmt.Errorf("could not remove fleet output; API status code = %d; response body = %s", statusCode, respBody)
}

return nil
Expand Down