Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MongoDB protocol to use ECS fields #10158

Merged
merged 2 commits into from
Jan 18, 2019

Commits on Jan 18, 2019

  1. Update MongoDB protocol to use ECS fields

    That dashboard was updated too.
    
    Here's a summary of what fields changed.
    
    Part of elastic#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)
    andrewkroh committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    6f2219b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e898a6 View commit details
    Browse the repository at this point in the history