Skip to content
Merged
Changes from all commits
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
3 changes: 2 additions & 1 deletion source/code/go/src/plugins/oms.go
Original file line number Diff line number Diff line change
Expand Up @@ -761,12 +761,13 @@ func PostDataHelper(tailPluginRecords []map[interface{}]interface{}) int {
Image: stringMap["Image"],
Name: stringMap["Name"],
}
} else { // dont collect timeofcommand field as its part of container log enrivhment
} else { // dont collect timeofcommand field as its part of container log enrichment [But currently we dont know the ux behavior , so waiting for ux fix (LA ux)]
dataItem = DataItem{
ID: stringMap["Id"],
LogEntry: stringMap["LogEntry"],
LogEntrySource: stringMap["LogEntrySource"],
LogEntryTimeStamp: stringMap["LogEntryTimeStamp"],
LogEntryTimeOfCommand: start.Format(time.RFC3339),
SourceSystem: stringMap["SourceSystem"],
Computer: Computer,
Image: stringMap["Image"],
Expand Down