Skip to content

Commit

Permalink
[RFC] RFC 0010 email.* field set - stage 3 changes (#1794)
Browse files Browse the repository at this point in the history
* remove beta attribute

* artifacts

* CHANGELOG.next entry
  • Loading branch information
ebeahan authored Feb 23, 2022
1 parent fd17acf commit 051e91b
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 18 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Thanks, you're awesome :-) -->

#### Improvements

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

#### Deprecated

### Tooling and Artifact Changes
Expand Down
2 changes: 0 additions & 2 deletions docs/fields/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2581,8 +2581,6 @@ Event details relating to an email transaction.

This field set focuses on the email message header, body, and attachments. Network protocols that send and receive email messages such as SMTP are outside the scope of the `email.*` fields.

beta::[ These fields are in beta and subject to change.]

[discrete]
==== Email Field Details

Expand Down
2 changes: 0 additions & 2 deletions docs/fields/field-values.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ change, end, info, start
[[ecs-event-category-email]]
==== email

beta:[ This event categorization value is beta and subject to change. ]

This category is used for events relating to email messages, email attachments, and email network or protocol activity.

Emails events can be produced by email security gateways, mail transfer agents, email cloud service providers, or mail server monitoring applications.
Expand Down
3 changes: 1 addition & 2 deletions experimental/generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2744,8 +2744,7 @@ event.category:
- info
- start
name: driver
- beta: This event categorization value is beta and subject to change.
description: 'This category is used for events relating to email messages, email
- description: 'This category is used for events relating to email messages, email
attachments, and email network or protocol activity.

Emails events can be produced by email security gateways, mail transfer agents,
Expand Down
4 changes: 1 addition & 3 deletions experimental/generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3113,7 +3113,6 @@ elf:
title: ELF Header
type: group
email:
beta: These fields are in beta and subject to change.
description: 'Event details relating to an email transaction.

This field set focuses on the email message header, body, and attachments. Network
Expand Down Expand Up @@ -3615,8 +3614,7 @@ event:
- info
- start
name: driver
- beta: This event categorization value is beta and subject to change.
description: 'This category is used for events relating to email messages,
- description: 'This category is used for events relating to email messages,
email attachments, and email network or protocol activity.

Emails events can be produced by email security gateways, mail transfer
Expand Down
3 changes: 1 addition & 2 deletions generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2675,8 +2675,7 @@ event.category:
- info
- start
name: driver
- beta: This event categorization value is beta and subject to change.
description: 'This category is used for events relating to email messages, email
- description: 'This category is used for events relating to email messages, email
attachments, and email network or protocol activity.

Emails events can be produced by email security gateways, mail transfer agents,
Expand Down
4 changes: 1 addition & 3 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3033,7 +3033,6 @@ elf:
title: ELF Header
type: group
email:
beta: These fields are in beta and subject to change.
description: 'Event details relating to an email transaction.

This field set focuses on the email message header, body, and attachments. Network
Expand Down Expand Up @@ -3535,8 +3534,7 @@ event:
- info
- start
name: driver
- beta: This event categorization value is beta and subject to change.
description: 'This category is used for events relating to email messages,
- description: 'This category is used for events relating to email messages,
email attachments, and email network or protocol activity.

Emails events can be produced by email security gateways, mail transfer
Expand Down
2 changes: 0 additions & 2 deletions schemas/email.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
This field set focuses on the email message header, body, and attachments. Network protocols that send and receive
email messages such as SMTP are outside the scope of the `email.*` fields.
beta: >
These fields are in beta and subject to change.
type: group
fields:
- name: attachments
Expand Down
2 changes: 0 additions & 2 deletions schemas/event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@
cloud service providers, or mail server monitoring applications.
expected_event_types:
- info
beta: >
This event categorization value is beta and subject to change.
- name: file
description: >
Relating to a set of information that has been created on, or has existed on a filesystem.
Expand Down

0 comments on commit 051e91b

Please sign in to comment.