-
Notifications
You must be signed in to change notification settings - Fork 419
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
TLS Session Fields #452
Comments
Yes, TLS is the next protocol in line after But I would recommend you proceed with custom fields for now. It would even be appreciated if you commented here (or opened a PR) with the way you've done it, or the way you think would make most sense. Another thing you could consider is looking at how Packetbeat does it. We will likely start from this, see if it needs adjustments. If we determine we need to change things vs Packetbeat, we'll provide guidance on migration, which you may then be able to leverage for yourself :-) |
Thanks for the hint. The field list in Packetbeat is fairly exhaustive. The only missing field for our use case is the verification result of the provided client certificate (which is really an application property and nothing available on network level), so for the sake of completeness something like:
And for the certificate attributes I specifically miss |
@peterpramb Thanks for the feedback! We'll be coming back to this, when we work on TLS |
Closing, as #606 should address this. |
Unfortunately it still does not contain anything where I can put the |
@peterpramb We're getting there, |
Ok, fine for me. |
Is there already a consensus as to where to place session properties for TLS sessions? I found some reference to a
tls
subtree in #64, but nothing in the schema itself.Will there be some
session.tls
group or the like with TLS session related fields, eg. protocol versions, ciphers, session identifier, and the like?The text was updated successfully, but these errors were encountered: