[Packetbeat] Restructure client/server and process fields#9303
Merged
andrewkroh merged 1 commit intoelastic:masterfrom Dec 12, 2018
Merged
[Packetbeat] Restructure client/server and process fields#9303andrewkroh merged 1 commit intoelastic:masterfrom
andrewkroh merged 1 commit intoelastic:masterfrom
Conversation
Contributor
|
Pinging @elastic/secops |
9 tasks
houndci-bot
reviewed
Nov 30, 2018
cb85be3 to
5936e45
Compare
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).
5936e45 to
0081e9f
Compare
20 tasks
This was referenced Jan 30, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NOTE: Review the second commit to because this is based on #9121 (change flow fields) which has not been merged yet.This is part of #7968.
Sample HTTP Event with Process metadata
Changed
Added
The top-level
processfield is populated with theserver.processor
client.process(server takes priority). Likewise for flowsprocessis populated with the
destination.processor theclient.process(destination takes priority).