Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update MongoDB protocol to use ECS fields
That dashboard was updated too. Here's a summary of what fields changed. Part of #7968 Changed - bytes_in -> source.bytes - bytes_out -> destination.bytes - responsetime -> event.duration (unit are now nanoseconds) Added - destination - event.dataset = mongodb - event.end - event.start - network.bytes - network.community_id - network.protocol = mongodb - network.transport = tcp - network.type - source Removed - mysql.iserror - It was a boolean that reflected the same information as `status` which uses OK or Error. Unchanged Packetbeat Fields - method - resource - query - status - type = mongodb (we might remove this since we have event.dataset)
- Loading branch information