From 774e793d1ac7539f206c91e0d19878a952e18819 Mon Sep 17 00:00:00 2001 From: Derek Ditch Date: Wed, 8 Apr 2020 12:23:07 -0500 Subject: [PATCH] Fixed a nommon typo :p --- code/go/ecs/x509.go | 2 +- generated/csv/fields.csv | 8 ++++---- generated/ecs/ecs_flat.yml | 16 ++++++++-------- generated/ecs/ecs_nested.yml | 16 ++++++++-------- schemas/x509.yml | 2 +- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/code/go/ecs/x509.go b/code/go/ecs/x509.go index c54a78663f..5aba49e350 100644 --- a/code/go/ecs/x509.go +++ b/code/go/ecs/x509.go @@ -76,7 +76,7 @@ type X509 struct { // Distinguished name (DN) of the certificate subject entity. SubjectDistinguishedName string `ecs:"subject.distinguished_name"` - // List of nommon names (CN) of subject. + // List of common names (CN) of subject. SubjectCommonName string `ecs:"subject.common_name"` // List of organizational units (OU) of subject. diff --git a/generated/csv/fields.csv b/generated/csv/fields.csv index 6f25f28057..908dd9aeaa 100644 --- a/generated/csv/fields.csv +++ b/generated/csv/fields.csv @@ -218,7 +218,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description 1.6.0-dev,true,file,file.x509.public_key_size,long,extended,,2048,The size of the public key space in bits. 1.6.0-dev,true,file,file.x509.serial_number,keyword,extended,,55FBB9C7DEBF09809D12CCAA,"Unique serial number issued by the certificate authority. For consistency, if this value is alphanumeric, it should be formatted without colons and uppercase characters." 1.6.0-dev,true,file,file.x509.signature_algorithm,keyword,extended,,SHA256-RSA,Identifier for certificate signature algorithm. Recommend using names found in Go Lang Crypto library (See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353). -1.6.0-dev,true,file,file.x509.subject.common_name,keyword,extended,array,r2.shared.global.fastly.net,List of nommon names (CN) of subject. +1.6.0-dev,true,file,file.x509.subject.common_name,keyword,extended,array,r2.shared.global.fastly.net,List of common names (CN) of subject. 1.6.0-dev,true,file,file.x509.subject.country,keyword,extended,array,US,List of country (C) code 1.6.0-dev,true,file,file.x509.subject.distinguished_name,keyword,extended,,"C=US, ST=California, L=San Francisco, O=Fastly, Inc., CN=r2.shared.global.fastly.net",Distinguished name (DN) of the certificate subject entity. 1.6.0-dev,true,file,file.x509.subject.locality,keyword,extended,array,San Francisco,List of locality names (L) @@ -594,7 +594,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description 1.6.0-dev,true,tls,tls.client.x509.public_key_size,long,extended,,2048,The size of the public key space in bits. 1.6.0-dev,true,tls,tls.client.x509.serial_number,keyword,extended,,55FBB9C7DEBF09809D12CCAA,"Unique serial number issued by the certificate authority. For consistency, if this value is alphanumeric, it should be formatted without colons and uppercase characters." 1.6.0-dev,true,tls,tls.client.x509.signature_algorithm,keyword,extended,,SHA256-RSA,Identifier for certificate signature algorithm. Recommend using names found in Go Lang Crypto library (See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353). -1.6.0-dev,true,tls,tls.client.x509.subject.common_name,keyword,extended,array,r2.shared.global.fastly.net,List of nommon names (CN) of subject. +1.6.0-dev,true,tls,tls.client.x509.subject.common_name,keyword,extended,array,r2.shared.global.fastly.net,List of common names (CN) of subject. 1.6.0-dev,true,tls,tls.client.x509.subject.country,keyword,extended,array,US,List of country (C) code 1.6.0-dev,true,tls,tls.client.x509.subject.distinguished_name,keyword,extended,,"C=US, ST=California, L=San Francisco, O=Fastly, Inc., CN=r2.shared.global.fastly.net",Distinguished name (DN) of the certificate subject entity. 1.6.0-dev,true,tls,tls.client.x509.subject.locality,keyword,extended,array,San Francisco,List of locality names (L) @@ -632,7 +632,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description 1.6.0-dev,true,tls,tls.server.x509.public_key_size,long,extended,,2048,The size of the public key space in bits. 1.6.0-dev,true,tls,tls.server.x509.serial_number,keyword,extended,,55FBB9C7DEBF09809D12CCAA,"Unique serial number issued by the certificate authority. For consistency, if this value is alphanumeric, it should be formatted without colons and uppercase characters." 1.6.0-dev,true,tls,tls.server.x509.signature_algorithm,keyword,extended,,SHA256-RSA,Identifier for certificate signature algorithm. Recommend using names found in Go Lang Crypto library (See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353). -1.6.0-dev,true,tls,tls.server.x509.subject.common_name,keyword,extended,array,r2.shared.global.fastly.net,List of nommon names (CN) of subject. +1.6.0-dev,true,tls,tls.server.x509.subject.common_name,keyword,extended,array,r2.shared.global.fastly.net,List of common names (CN) of subject. 1.6.0-dev,true,tls,tls.server.x509.subject.country,keyword,extended,array,US,List of country (C) code 1.6.0-dev,true,tls,tls.server.x509.subject.distinguished_name,keyword,extended,,"C=US, ST=California, L=San Francisco, O=Fastly, Inc., CN=r2.shared.global.fastly.net",Distinguished name (DN) of the certificate subject entity. 1.6.0-dev,true,tls,tls.server.x509.subject.locality,keyword,extended,array,San Francisco,List of locality names (L) @@ -715,7 +715,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description 1.6.0-dev,true,x509,x509.public_key_size,long,extended,,2048,The size of the public key space in bits. 1.6.0-dev,true,x509,x509.serial_number,keyword,extended,,55FBB9C7DEBF09809D12CCAA,"Unique serial number issued by the certificate authority. For consistency, if this value is alphanumeric, it should be formatted without colons and uppercase characters." 1.6.0-dev,true,x509,x509.signature_algorithm,keyword,extended,,SHA256-RSA,Identifier for certificate signature algorithm. Recommend using names found in Go Lang Crypto library (See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353). -1.6.0-dev,true,x509,x509.subject.common_name,keyword,extended,array,r2.shared.global.fastly.net,List of nommon names (CN) of subject. +1.6.0-dev,true,x509,x509.subject.common_name,keyword,extended,array,r2.shared.global.fastly.net,List of common names (CN) of subject. 1.6.0-dev,true,x509,x509.subject.country,keyword,extended,array,US,List of country (C) code 1.6.0-dev,true,x509,x509.subject.distinguished_name,keyword,extended,,"C=US, ST=California, L=San Francisco, O=Fastly, Inc., CN=r2.shared.global.fastly.net",Distinguished name (DN) of the certificate subject entity. 1.6.0-dev,true,x509,x509.subject.locality,keyword,extended,array,San Francisco,List of locality names (L) diff --git a/generated/ecs/ecs_flat.yml b/generated/ecs/ecs_flat.yml index 759ff4bc00..4cd835c9ba 100644 --- a/generated/ecs/ecs_flat.yml +++ b/generated/ecs/ecs_flat.yml @@ -3306,7 +3306,7 @@ file.x509.signature_algorithm: type: keyword file.x509.subject.common_name: dashed_name: file-x509-subject-common-name - description: List of nommon names (CN) of subject. + description: List of common names (CN) of subject. example: r2.shared.global.fastly.net flat_name: file.x509.subject.common_name ignore_above: 1024 @@ -3316,7 +3316,7 @@ file.x509.subject.common_name: - array order: 13 original_fieldset: x509 - short: List of nommon names (CN) of subject. + short: List of common names (CN) of subject. type: keyword file.x509.subject.country: dashed_name: file-x509-subject-country @@ -8182,7 +8182,7 @@ tls.client.x509.signature_algorithm: type: keyword tls.client.x509.subject.common_name: dashed_name: tls-client-x509-subject-common-name - description: List of nommon names (CN) of subject. + description: List of common names (CN) of subject. example: r2.shared.global.fastly.net flat_name: tls.client.x509.subject.common_name ignore_above: 1024 @@ -8192,7 +8192,7 @@ tls.client.x509.subject.common_name: - array order: 13 original_fieldset: x509 - short: List of nommon names (CN) of subject. + short: List of common names (CN) of subject. type: keyword tls.client.x509.subject.country: dashed_name: tls-client-x509-subject-country @@ -8714,7 +8714,7 @@ tls.server.x509.signature_algorithm: type: keyword tls.server.x509.subject.common_name: dashed_name: tls-server-x509-subject-common-name - description: List of nommon names (CN) of subject. + description: List of common names (CN) of subject. example: r2.shared.global.fastly.net flat_name: tls.server.x509.subject.common_name ignore_above: 1024 @@ -8724,7 +8724,7 @@ tls.server.x509.subject.common_name: - array order: 13 original_fieldset: x509 - short: List of nommon names (CN) of subject. + short: List of common names (CN) of subject. type: keyword tls.server.x509.subject.country: dashed_name: tls-server-x509-subject-country @@ -9761,7 +9761,7 @@ x509.signature_algorithm: type: keyword x509.subject.common_name: dashed_name: x509-subject-common-name - description: List of nommon names (CN) of subject. + description: List of common names (CN) of subject. example: r2.shared.global.fastly.net flat_name: x509.subject.common_name ignore_above: 1024 @@ -9770,7 +9770,7 @@ x509.subject.common_name: normalize: - array order: 13 - short: List of nommon names (CN) of subject. + short: List of common names (CN) of subject. type: keyword x509.subject.country: dashed_name: x509-subject-country diff --git a/generated/ecs/ecs_nested.yml b/generated/ecs/ecs_nested.yml index b588ae1717..cf03bdbc25 100644 --- a/generated/ecs/ecs_nested.yml +++ b/generated/ecs/ecs_nested.yml @@ -3597,7 +3597,7 @@ file: type: keyword x509.subject.common_name: dashed_name: file-x509-subject-common-name - description: List of nommon names (CN) of subject. + description: List of common names (CN) of subject. example: r2.shared.global.fastly.net flat_name: file.x509.subject.common_name ignore_above: 1024 @@ -3607,7 +3607,7 @@ file: - array order: 13 original_fieldset: x509 - short: List of nommon names (CN) of subject. + short: List of common names (CN) of subject. type: keyword x509.subject.country: dashed_name: file-x509-subject-country @@ -8824,7 +8824,7 @@ tls: type: keyword client.x509.subject.common_name: dashed_name: tls-client-x509-subject-common-name - description: List of nommon names (CN) of subject. + description: List of common names (CN) of subject. example: r2.shared.global.fastly.net flat_name: tls.client.x509.subject.common_name ignore_above: 1024 @@ -8834,7 +8834,7 @@ tls: - array order: 13 original_fieldset: x509 - short: List of nommon names (CN) of subject. + short: List of common names (CN) of subject. type: keyword client.x509.subject.country: dashed_name: tls-client-x509-subject-country @@ -9359,7 +9359,7 @@ tls: type: keyword server.x509.subject.common_name: dashed_name: tls-server-x509-subject-common-name - description: List of nommon names (CN) of subject. + description: List of common names (CN) of subject. example: r2.shared.global.fastly.net flat_name: tls.server.x509.subject.common_name ignore_above: 1024 @@ -9369,7 +9369,7 @@ tls: - array order: 13 original_fieldset: x509 - short: List of nommon names (CN) of subject. + short: List of common names (CN) of subject. type: keyword server.x509.subject.country: dashed_name: tls-server-x509-subject-country @@ -10529,7 +10529,7 @@ x509: type: keyword subject.common_name: dashed_name: x509-subject-common-name - description: List of nommon names (CN) of subject. + description: List of common names (CN) of subject. example: r2.shared.global.fastly.net flat_name: x509.subject.common_name ignore_above: 1024 @@ -10538,7 +10538,7 @@ x509: normalize: - array order: 13 - short: List of nommon names (CN) of subject. + short: List of common names (CN) of subject. type: keyword subject.country: dashed_name: x509-subject-country diff --git a/schemas/x509.yml b/schemas/x509.yml index 7d7303c698..07571747a6 100644 --- a/schemas/x509.yml +++ b/schemas/x509.yml @@ -116,7 +116,7 @@ type: keyword normalize: - array - description: List of nommon names (CN) of subject. + description: List of common names (CN) of subject. example: r2.shared.global.fastly.net - name: subject.organizational_unit