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

x-pack/filebeat/input/entityanalytics/provider/azuread: avoid work on unwanted datasets #36753

Merged
merged 2 commits into from
Oct 7, 2023

Commits on Oct 6, 2023

  1. x-pack/filebeat/input/entityanalytics/provider/azuread: avoid work on…

    … unwanted datasets
    
    During full sync the provider may have state from a previous dataset. So
    in the case that the user has changed dataset from users to devices or
    vice versa the provider may publish already existing state in the entity
    graph. This change adds conditional checks to ensure that unwanted
    dataset records are not published.
    efd6 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f927797 View commit details
    Browse the repository at this point in the history
  2. address pr comment

    efd6 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c70e6c7 View commit details
    Browse the repository at this point in the history