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/activedirectory: don't publish unmodified updates #41179

Merged
merged 9 commits into from
Oct 22, 2024

Commits on Oct 18, 2024

  1. x-pack/filebeat/input/entityanalytics/provider/{jamf,activedirectory}…

    …: don't publish unmodified updates
    efd6 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2476c89 View commit details
    Browse the repository at this point in the history
  2. revise approach to use modification times to decide publication

    This leaves a small window when it is possible to send redundant data,
    but it is simpler and safer than tightening the bounds.
    efd6 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    686ea7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4387f3 View commit details
    Browse the repository at this point in the history
  4. revise approach to handling deleted users

    Only mark users as deleted on the basis of full sync since this is the only
    time that we can know that a user is absent. Also remove users from the store
    on close if they have been marked as deleted.
    efd6 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0a18a90 View commit details
    Browse the repository at this point in the history
  5. address pr comment

    efd6 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6603e89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67d0a91 View commit details
    Browse the repository at this point in the history
  7. back out jamf changes

    efd6 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3709f8a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. remove stale changelog entry

    efd6 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1f17004 View commit details
    Browse the repository at this point in the history
  2. improve clarity of changelog

    efd6 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    644b3af View commit details
    Browse the repository at this point in the history