Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

event.type "access" not allowed for event.category "file" #2207

Closed
taylor-swanson opened this issue May 9, 2023 · 1 comment
Closed

event.type "access" not allowed for event.category "file" #2207

taylor-swanson opened this issue May 9, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@taylor-swanson
Copy link
Contributor

taylor-swanson commented May 9, 2023

While working on updating SEI packages to package-spec 2.7.0, I came across this validation error:

[0] parsing field value failed: field "event.type" value "access" is not one of the expected values (change, creation, deletion, info) for any of the values of "event.category" (file)

As the error states, for event.category file, the only permitted values for event.type are change, creation, deletion, info. It appears that access was erroneously omitted from the list. The documentation even mentions that is should be an allowed value:

The access event type is used for the subset of events within a category that indicate that something was accessed. Common examples include event.category:database AND event.type:access, or event.category:file AND event.type:access. Note for file access, both directory listings and file opens should be included in this subcategory. You can further distinguish access operations using the ECS event.action field.

Related issue: https://github.com/elastic/security-team/issues/5870

Currently blocking the update of these packages:

  • 1password
  • box_events
@taylor-swanson taylor-swanson added the bug Something isn't working label May 9, 2023
@kgeller
Copy link
Contributor

kgeller commented May 10, 2023

event.type: access was added officially in ECS 8.8, and those integrations are currently on 8.7

Once ecs 8.8 releases and the integrations are upgraded, I suspect the issue will be resolved

@kgeller kgeller closed this as completed May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants