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

[Packetbeat] Restructure client/server and process fields #9303

Merged
merged 1 commit into from
Dec 12, 2018

Commits on Dec 12, 2018

  1. Restructure client/server and process fields

    Changed
    
    - client_ip - client.ip (changed to ip type)
    - client_port - client.port
    - client_server - client.domain
    - client_proc - client.process.name
    - client_cmdline - client.process.args (changed to an array)
    - direction - network.direction
    - ip - server.ip (changed to ip type)
    - port - server.port
    - server - server.domain
    - proc - server.process.name
    - cmdline - server.process.args (change to an array)
    
    Added
    
    - client.process.executable
    - client.process.working_directory
    - client.process.pid
    - client.process.ppid
    - client.process.start
    - server.process.executable
    - server.process.working_directory
    - server.process.pid
    - server.process.ppid
    - server.process.start
    
    The top-level `process` field is populated with the `server.process`
    or `client.process` (server takes priority). Likewise for flows `process`
    is populated with the `destination.process` or the `client.process`
    (destination takes priority).
    andrewkroh committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    0081e9f View commit details
    Browse the repository at this point in the history