diff --git a/aws/logs_monitoring_go/internal/model/log.go b/aws/logs_monitoring_go/internal/model/log.go index c26da1ac9..3f669ffd9 100644 --- a/aws/logs_monitoring_go/internal/model/log.go +++ b/aws/logs_monitoring_go/internal/model/log.go @@ -13,7 +13,7 @@ import ( const sourceCategory = "aws" type LogEntry struct { - Host string `json:"hostname,omitempty"` + Host string `json:"host,omitempty"` ID string `json:"id,omitempty"` Timestamp int64 `json:"timestamp,omitempty"` Message string `json:"message,omitempty"`