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

[8.2] Remove brackets from email.message.id example (#1841) #1849

Merged
merged 1 commit into from
Mar 22, 2022
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
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