Skip to content

Commit

Permalink
Permit event.type: access for event.category: file events (#2174)
Browse files Browse the repository at this point in the history
* permit event.type:access for event.category: file

* changelog
  • Loading branch information
ebeahan authored Feb 23, 2023
1 parent 3abe9e4 commit 6d00e90
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Thanks, you're awesome :-) -->

#### Added

* Add `access` as an allowed type for `event.type: file`. #2174

#### Improvements

#### Deprecated
Expand Down
2 changes: 1 addition & 1 deletion docs/fields/field-values.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Relating to a set of information that has been created on, or has existed on a f

*Expected event types for category file:*

change, creation, deletion, info
access, change, creation, deletion, info


[float]
Expand Down
1 change: 1 addition & 0 deletions experimental/generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3022,6 +3022,7 @@ event.category:
from both host-based and network-based sources. An example source of a network-based
detection of a file transfer would be the Zeek file.log.
expected_event_types:
- access
- change
- creation
- deletion
Expand Down
1 change: 1 addition & 0 deletions experimental/generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4014,6 +4014,7 @@ event:
can come from both host-based and network-based sources. An example source
of a network-based detection of a file transfer would be the Zeek file.log.
expected_event_types:
- access
- change
- creation
- deletion
Expand Down
1 change: 1 addition & 0 deletions generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2953,6 +2953,7 @@ event.category:
from both host-based and network-based sources. An example source of a network-based
detection of a file transfer would be the Zeek file.log.
expected_event_types:
- access
- change
- creation
- deletion
Expand Down
1 change: 1 addition & 0 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3934,6 +3934,7 @@ event:
can come from both host-based and network-based sources. An example source
of a network-based detection of a file transfer would be the Zeek file.log.
expected_event_types:
- access
- change
- creation
- deletion
Expand Down
1 change: 1 addition & 0 deletions schemas/event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
from both host-based and network-based sources. An example source of a network-based
detection of a file transfer would be the Zeek file.log.
expected_event_types:
- access
- change
- creation
- deletion
Expand Down

0 comments on commit 6d00e90

Please sign in to comment.