forked from elastic/ecs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtls.yml
45 lines (38 loc) · 848 Bytes
/
tls.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: tls
title: TLS
description: >
You can store TLS-related metadata under `tls.`, when appropriate.
fields:
- name: source
fields:
- name: ip
example: 10.1.1.10
- name: destination
fields:
- name: ip
example: 5.5.5.5
- name: port
example: 443
- name: tls
fields:
- name: version
type: keyword
description: >
TLS version.
example: TLSv1.2
- name: certificates
type: keyword
description: >
An array of certificates.
ignore_above: -1
doc_values: false
- name: servername
type: keyword
description: >
Server name requested by the client.
example: localhost
- name: ciphersuite
type: keyword
description: >
Name of the cipher used for the communication.
example: ECDHE-ECDSA-AES-128-CBC-SHA