-
Notifications
You must be signed in to change notification settings - Fork 418
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
Session object #37
Comments
I wonder if quite a few of the above fields already map to ECS under |
For now I have no other use cases then F5. The most important field for session info, is f5.session.id which contains the id tha allows for F5 event correlation. I could place this in event.id. I think I can grok location into geoip.* fields. |
@ruflin Hmm just noticed But the session id is not unique for an event. Multiple events ould have the same session id.. So maybe this isn't so ideal after all.. |
@willemdh yes, event.id is not meant to contain the session ID. Our intent was that the Can you point to F5 doc that specs out these fields with their descriptions and any recommended values, so we can better understand |
F5 syslog documentation is sparse and is different for major versions. You can find some info here: https://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm-network-access-12-1-0/10.html#referenced and here: Network. Session_id would work for me. |
Work has begun to discuss in the session RFC |
Resurrecting a very old issue, but where has this gone? There has been an RFC, but no sign of this being implemented in the ECS itself. Will this be implemented eventually or will this stay custom? |
Seems like there hasnt been a lot of movement in https://github.com/elastic/ecs/blob/main/rfcs/text/0004-session.md |
So I need quite a few session related fields for my F5 project. Do I place it in my new f5 object or should session deserve it's own tlf (top level field ;) )
For example:
The text was updated successfully, but these errors were encountered: