-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update TLS protocol to use ECS fields #9980
Update TLS protocol to use ECS fields #9980
Conversation
8ddda5b
to
bca0bfd
Compare
bca0bfd
to
96d4f34
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the improvements and new tests!
"enabled": true, | ||
"id": "2", | ||
"params": { | ||
"exclude": "xxx-nope", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess I added this to the dashboard while creating it. Can you remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
96d4f34
to
fbb8a1a
Compare
That dashboards were updated too. There weren't many changes needed w.r.t. fields but I did update the visualizations and saved searches to include `[Packetbeat]` in their names. I added a python test case for TLS and discovered a few fields that were not documented so I updated the fields docs accordingly. Here's a summary of what fields changed. Part of elastic#7968 Changed - responsetime -> event.duration (unit are now nanoseconds) Added - event.dataset = tls - event.end - event.start - network.community_id - network.protocol = tls - network.type - source.domain (added if there's a SNI value) Unchanged Packetbeat Fields - status - type = http (we might remove this since we have event.dataset)
fbb8a1a
to
e0c1a4f
Compare
NOTE: This is based on another open PR so please only review the last commit
That dashboards were updated too. There weren't many changes needed w.r.t. fields
but I did update the visualizations and saved searches to include
[Packetbeat]
in theirnames.
I added a python test case for TLS and discovered a few fields that were not documented
so I updated the fields docs accordingly.
Here's a summary of what fields changed.
Part of #7968
Changed
Added
Unchanged Packetbeat Fields