diff --git a/rfcs/text/0001-wildcard-data-type.md b/rfcs/text/0001-wildcard-data-type.md index 1d5fe1b196..a79c353295 100644 --- a/rfcs/text/0001-wildcard-data-type.md +++ b/rfcs/text/0001-wildcard-data-type.md @@ -25,7 +25,7 @@ For a field to use wildcard, it will require changing the the field's defined sc | [`destination`](0001/destination.yml) | `destination.domain`
`destination.registered_domain` | | [`dns`](0001/dns.yml) | `dns.question.name`
`dns.answers.data` | | [`error`](0001/error.yml) | `error.stack_trace`
`error.type` | -| [`error`](0001/event.yml) | `event.original` | +| [`event`](0001/event.yml) | `event.original` | | [`file`](0001/file.yml) | `file.directory`
`file.path`
`file.target_path` | | [`geo`](0001/geo.yml) | `geo.name` | | [`host`](0001/host.yml) | `host.hostname`
|