Skip to content

Commit

Permalink
Add a new readme section for reserved top level field sets (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
webmat authored Dec 10, 2018
1 parent 349406f commit a91e314
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ All notable changes to this project will be documented in this file based on the
* Improved the definitions for `event.category` and `event.action`. #242
* Clarify the semantics of `network.direction`. #212
* Add `source.bytes`, `source.packets`, `destination.bytes` and `destination.packets`. #179
* Add a readme section to declare some top level field sets are reserved for
future use. #257

### Deprecated

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,16 @@ Contributions of additional uses cases on top of ECS are welcome.



# <a name="reserved-names"></a>Reserved Section Names

ECS does not define the following field sets yet, but the following are expected
in the future. Please avoid using them:

- `match.*`
- `protocol.*`
- `threat.*`
- `vulnerability.*`

# <a name="implementing-ecs"></a>Implementing ECS

## Guidelines
Expand Down
10 changes: 10 additions & 0 deletions docs/implementing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# <a name="reserved-names"></a>Reserved Section Names

ECS does not define the following field sets yet, but the following are expected
in the future. Please avoid using them:

- `match.*`
- `protocol.*`
- `threat.*`
- `vulnerability.*`

# <a name="implementing-ecs"></a>Implementing ECS

## Guidelines
Expand Down

0 comments on commit a91e314

Please sign in to comment.