Skip to content
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

Dashboard for TLS protocol (#3604) #5722

Merged
merged 4 commits into from
Nov 28, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Packetbeat: TLS fields fixes
  • Loading branch information
adriansr committed Nov 27, 2017
commit 1c1f21f04c9aa1f6063a5896fa11b15769f2cd3e
4 changes: 2 additions & 2 deletions packetbeat/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1805,11 +1805,11 @@
description: The hello extensions provided by the client.
fields:
- name: server_name_indication
type: array
type: keyword
description: List of hostnames

- name: application_layer_protocol_negotiation
type: array
type: keyword
description: >
List of application-layer protocols the client is willing to use.

4 changes: 2 additions & 2 deletions packetbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
@@ -2811,14 +2811,14 @@ The hello extensions provided by the client.
[float]
=== `tls.client_hello.extensions.server_name_indication`

type: array
type: keyword

List of hostnames

[float]
=== `tls.client_hello.extensions.application_layer_protocol_negotiation`

type: array
type: keyword

List of application-layer protocols the client is willing to use.

4 changes: 2 additions & 2 deletions packetbeat/protos/tls/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -55,11 +55,11 @@
description: The hello extensions provided by the client.
fields:
- name: server_name_indication
type: array
type: keyword
description: List of hostnames

- name: application_layer_protocol_negotiation
type: array
type: keyword
description: >
List of application-layer protocols the client is willing to use.