Added Network Session Objects - From Split of #43#48
Added Network Session Objects - From Split of #43#48MikePaquette wants to merge 1 commit intoelastic:masterfrom MikePaquette:Session-Objects
Conversation
Add network.session_id and network.virtual_ip in response to issue #37
| - name: session_id | ||
| type: keyword | ||
| description: > | ||
| This is the session ID or connection ID, |
There was a problem hiding this comment.
Based on the description I'm wonder if we should put it into a connection object? See other discussions around connection.
I think there is value for network info and connection info.
|
Hey guys, it looks like this PR was not merged because of conflicts. Implementing |
|
Hey @krisATelastic, thanks for the ping. We'll look at it again. In the meantime if you or a customer needs to store session ID, please create custom fields in the meantime. You should never feel blocked by ECS not supporting your use case yet. |
|
The Docs at: https://www.elastic.co/guide/en/ecs/current/ecs-network.html |
|
|
|
Hi @andrewthad. A proposal for a top-level |
Add network.session_id and network.virtual_ip in response to issue #37
This PR was from the split-out of #43