Skip to content

Commit

Permalink
Fix - username struct
Browse files Browse the repository at this point in the history
  • Loading branch information
benedery committed Aug 11, 2020
1 parent 127a659 commit c56d4a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metricbeat/module/system/manictime/manictime.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ func (m *MetricSet) Fetch(report mb.ReporterV2) error {
"data": rootFields,
},
RootFields: common.MapStr{
"user.name": m.userName,
"user": common.MapStr{
"name": m.userName,
},
},
})
}
Expand Down

0 comments on commit c56d4a0

Please sign in to comment.