Skip to content

Commit

Permalink
correct attribute is allowed_values (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeahan authored Aug 25, 2021
1 parent b35520d commit 199040b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Supported keys to describe fields
Supported keys to describe expected values for a field

```YAML
accepted_values:
allowed_values:
- name: authentication
description: ...
- name: process
Expand All @@ -179,7 +179,7 @@ Supported keys to describe expected values for a field
- iamgroot
```
- accepted\_values: list of dictionaries with the 'name' and 'description' of the expected values.
- allowed\_values: list of dictionaries with the 'name' and 'description' of the expected values.
Optionally, entries in this list can specify 'expected\_event\_types'. The `beta` field is also
allowed here and will add a beta marker to the allowed value in the ECS categorization docs.
- expected\_event\_types: list of expected "event.type" values to use in association
Expand Down

0 comments on commit 199040b

Please sign in to comment.