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

Categorization: Add new "iam" category and associated types "admin", "group", "user" #756

Merged
merged 2 commits into from Mar 4, 2020

Conversation

MikePaquette
Copy link
Contributor

@MikePaquette MikePaquette commented Feb 24, 2020

This new value of event.category is being added to properly categorize Identity and access management events relating to users, groups, and admin.

  • event.category:"iam"

It is expected that this category would be used to visualize and analyze iam-related logs and data from sources such as active directory, LDAP, Okta, Duo, and other IAM systems.

There are three new values of event.type associated with this new addition.

  • event.type:"admin"
  • event.type:"group"
  • event.type:"user"

@MikePaquette MikePaquette requested review from webmat, dainperkins and 111andre111 and removed request for 111andre111 February 24, 2020 16:48
Copy link
Contributor

@webmat webmat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That covers IAM as discussed. Thanks @MikePaquette

I only have some clarifications I'd like us to add (see comments), and I think we're good.

docs/field-values.asciidoc Outdated Show resolved Hide resolved
schemas/event.yml Outdated Show resolved Hide resolved
Copy link
Contributor

@webmat webmat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@dainperkins dainperkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@MikePaquette MikePaquette self-assigned this Mar 3, 2020
@webmat webmat merged commit e67f1a6 into elastic:master Mar 4, 2020
dcode pushed a commit to dcode/ecs that referenced this pull request Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants