Skip to content

Commit

Permalink
fix timestamp typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed May 6, 2020
1 parent 267eac4 commit cb2e913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/input/docker/docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ InputDockerSocket.prototype.logLine = function (messageText, data, next) {
time: data.time,
enrichEvent: {
// make sure each docker log gets timestamp from docker engine
'@timstamp': new Date(data.time)
'@timestamp': new Date(data.time)
}
}
var dockerInspect = dockerInspectCache[data.id]
Expand Down

0 comments on commit cb2e913

Please sign in to comment.