Skip to content

Commit

Permalink
add pe.original_file_name
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeahan committed Oct 2, 2020
1 parent df4f974 commit 7a4a3e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions rfcs/text/0001-wildcard-data-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ For a field to use wildcard, it will require changing the the field's defined sc
| [`http`](0001/http.yml) | `http.request.referrer`<br> `http.request.body.content`<br> `http.response.body.content` |
| [`log`](0001/log.yml) | `log.file.path`<br> `log.logger` |
| [`os`](0001/os.yml) | `os.name`<br> `os.full` |
| [`pe`](0001/pe.yml) | `pe.original_file_name` |
| [`process`](0001/process.yml) | `process.command_line`<br> `process.executable`<br> `process.name`<br> `process.title`<br> `process.working_directory`<br> |
| [`registry`](0001/registry.yml) | `registry.key`<br> `registry.path`<br> `registry.data.strings` |
| [`server`](0001/server.yml) | `server.domain`<br> `server.registered_domain` |
Expand Down
5 changes: 5 additions & 0 deletions rfcs/text/0001/pe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
- name: process
fields:
- name: original_final_name
type: wildcard

0 comments on commit 7a4a3e9

Please sign in to comment.