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

[Filebeat] Improve ECS categorization field mappings for azure module #19376

Merged
merged 4 commits into from
Jul 8, 2020

Commits on Jul 1, 2020

  1. Improve ECS categorization field mappings in azure module

    - activitylogs
      + convert pipeline to yml
    - auditlogs
      + convert pipeline to yml
    - signinlogs
      + convert pipeline to yml
    
    Closes elastic#16155
    leehinman committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    a5e490e View commit details
    Browse the repository at this point in the history
  2. Improve ECS categorization fields for azure module

    - activitylogs
      + add azure.activitylogs.result_type
      + set default_field: false
      + populate event.outcome with allowed values
      + set event.action
      + populate event.category with allowed values
      + set event.kind
      + set event.type
      + add support tickets example
      + add geoip for source.ip
      + add AS info for source.ip
      + add user.name
      + add user.full_name
      + add user.domain
    - auditlogs
      + set default_field: false
      + add azure.auditlogs.category
      + populate event.outcome with allowed values
      + set event.action
      + set event.kind
    - signinlogs
      + set default_field: false
      + set event.action
      + populate event.category with allowed values
      + set event.type
      + populate event.outcome with allowed values
      + add azure.signinlogs.category
      + add azure.signinlogs.result_type
      + set user.name
      + set user.domain
      + set user.full_name
      + set user.id
      + add geoip for source.ip
      + add AS info for source.ip
    leehinman committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    f40de63 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    leehinman committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    80e67c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. update dashboards

    leehinman committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    bd9066b View commit details
    Browse the repository at this point in the history