Skip to content

Commit

Permalink
Remove brackets from email.message.id example (#1841) (#1849)
Browse files Browse the repository at this point in the history
* remove brackets from message.id example value

* changelog

(cherry picked from commit fedf0f6)
  • Loading branch information
ebeahan authored Mar 22, 2022
1 parent bc1f680 commit 4865863
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Thanks, you're awesome :-) -->

#### Improvements

* `email.*` field set now GA. #1794
* `email.*` field set now GA. #1794, #1841

#### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion docs/fields/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2810,7 +2810,7 @@ type: wildcard



example: `<[email protected]>`
example: `[email protected]`

| extended

Expand Down
2 changes: 1 addition & 1 deletion experimental/generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@
type: wildcard
description: Identifier from the RFC 5322 `Message-ID:` email header that refers
to a particular email message.
example: <[email protected]>
example: [email protected]
default_field: false
- name: origination_timestamp
level: extended
Expand Down
2 changes: 1 addition & 1 deletion experimental/generated/csv/fields.csv
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description
8.2.0-dev+exp,true,email,email.direction,keyword,extended,,inbound,Direction of the message.
8.2.0-dev+exp,true,email,email.from.address,keyword,extended,array,[email protected],The sender's email address.
8.2.0-dev+exp,true,email,email.local_id,keyword,extended,,c26dbea0-80d5-463b-b93c-4e8b708219ce,Unique identifier given by the source.
8.2.0-dev+exp,true,email,email.message_id,wildcard,extended,,<[email protected]>,Value from the Message-ID header.
8.2.0-dev+exp,true,email,email.message_id,wildcard,extended,,[email protected],Value from the Message-ID header.
8.2.0-dev+exp,true,email,email.origination_timestamp,date,extended,,2020-11-10T22:12:34.8196921Z,Date and time the email was composed.
8.2.0-dev+exp,true,email,email.reply_to.address,keyword,extended,array,[email protected],Address replies should be delivered to.
8.2.0-dev+exp,true,email,email.sender.address,keyword,extended,,,Address of the message sender.
Expand Down
2 changes: 1 addition & 1 deletion experimental/generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,7 @@ email.message_id:
dashed_name: email-message-id
description: Identifier from the RFC 5322 `Message-ID:` email header that refers
to a particular email message.
example: <[email protected]>
example: [email protected]
flat_name: email.message_id
level: extended
name: message_id
Expand Down
2 changes: 1 addition & 1 deletion experimental/generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3344,7 +3344,7 @@ email:
dashed_name: email-message-id
description: Identifier from the RFC 5322 `Message-ID:` email header that refers
to a particular email message.
example: <[email protected]>
example: [email protected]
flat_name: email.message_id
level: extended
name: message_id
Expand Down
2 changes: 1 addition & 1 deletion generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,7 @@
type: wildcard
description: Identifier from the RFC 5322 `Message-ID:` email header that refers
to a particular email message.
example: <[email protected]>
example: [email protected]
default_field: false
- name: origination_timestamp
level: extended
Expand Down
2 changes: 1 addition & 1 deletion generated/csv/fields.csv
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description
8.2.0-dev,true,email,email.direction,keyword,extended,,inbound,Direction of the message.
8.2.0-dev,true,email,email.from.address,keyword,extended,array,[email protected],The sender's email address.
8.2.0-dev,true,email,email.local_id,keyword,extended,,c26dbea0-80d5-463b-b93c-4e8b708219ce,Unique identifier given by the source.
8.2.0-dev,true,email,email.message_id,wildcard,extended,,<[email protected]>,Value from the Message-ID header.
8.2.0-dev,true,email,email.message_id,wildcard,extended,,[email protected],Value from the Message-ID header.
8.2.0-dev,true,email,email.origination_timestamp,date,extended,,2020-11-10T22:12:34.8196921Z,Date and time the email was composed.
8.2.0-dev,true,email,email.reply_to.address,keyword,extended,array,[email protected],Address replies should be delivered to.
8.2.0-dev,true,email,email.sender.address,keyword,extended,,,Address of the message sender.
Expand Down
2 changes: 1 addition & 1 deletion generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2443,7 +2443,7 @@ email.message_id:
dashed_name: email-message-id
description: Identifier from the RFC 5322 `Message-ID:` email header that refers
to a particular email message.
example: <[email protected]>
example: [email protected]
flat_name: email.message_id
level: extended
name: message_id
Expand Down
2 changes: 1 addition & 1 deletion generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3264,7 +3264,7 @@ email:
dashed_name: email-message-id
description: Identifier from the RFC 5322 `Message-ID:` email header that refers
to a particular email message.
example: <[email protected]>
example: [email protected]
flat_name: email.message_id
level: extended
name: message_id
Expand Down
2 changes: 1 addition & 1 deletion schemas/email.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
description: >
Identifier from the RFC 5322 `Message-ID:` email header that refers to a particular email
message.
example: "<[email protected]>"
example: "[email protected]"

- name: origination_timestamp
level: extended
Expand Down

0 comments on commit 4865863

Please sign in to comment.