Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2020-08-28 14:24:16 +03:00
5 changed files with 44 additions and 1 deletions

View File

@ -208,6 +208,11 @@ const session_fields = [
path: 'attributes.idle',
description: 'How long the session has been idle, in seconds'
},
{
name: 'Client TLS Cipher',
path: 'attributes.client.cipher',
description: 'Client TLS cipher'
},
{
name: 'Connections',
path: 'attributes.connections[].server',