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

Packetbeat TLS: Replace array fields with keyword #15597

Merged
merged 3 commits into from
Jan 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions packetbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9407,7 +9407,7 @@ type: keyword
The list of compression methods the client supports. See https://www.iana.org/assignments/comp-meth-ids/comp-meth-ids.xhtml


type: array
type: keyword

--

Expand Down Expand Up @@ -9538,7 +9538,7 @@ The hello extensions provided by the server.
--
Negotiated application layer protocol

type: array
type: keyword

--

Expand Down Expand Up @@ -9658,7 +9658,7 @@ type: keyword
--
Subject Alternative Names for this certificate.

type: array
type: keyword

--

Expand Down Expand Up @@ -9858,7 +9858,7 @@ type: keyword
--
Subject Alternative Names for this certificate.

type: array
type: keyword

--

Expand Down
8 changes: 4 additions & 4 deletions packetbeat/protos/tls/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
connection with the client.

- name: supported_compression_methods
type: array
type: keyword
description: >
The list of compression methods the client supports.
See https://www.iana.org/assignments/comp-meth-ids/comp-meth-ids.xhtml
Expand Down Expand Up @@ -123,7 +123,7 @@
description: The hello extensions provided by the server.
fields:
- name: application_layer_protocol_negotiation
type: array
type: keyword
description: Negotiated application layer protocol

- name: session_ticket
Expand Down Expand Up @@ -185,7 +185,7 @@
The algorithm used for the certificate's signature.

- name: alternative_names
type: array
type: keyword
description: Subject Alternative Names for this certificate.

- name: subject
Expand Down Expand Up @@ -281,7 +281,7 @@
The algorithm used for the certificate's signature.

- name: alternative_names
type: array
type: keyword
description: Subject Alternative Names for this certificate.

- name: subject
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/protos/tls/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.