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/internal/okta: relax profile shape #40359

Merged
merged 4 commits into from
Aug 6, 2024

Commits on Aug 5, 2024

  1. x-pack/filebeat/input/entityanalytics/provider/internal/okta: relax p…

    …rofile shape
    
    The deserialisation of profile data was into a struct, preventing custom
    profile fields from being collected. So replace these types with a
    generic container.
    efd6 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d34227e View commit details
    Browse the repository at this point in the history
  2. address pr comment

    efd6 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    562ccb2 View commit details
    Browse the repository at this point in the history
  3. Revert "address pr comment"

    This reverts commit 562ccb2.
    
    To be included in a future PR pending design decisions.
    efd6 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    00c8b2a View commit details
    Browse the repository at this point in the history
  4. tighten tests

    efd6 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    952d59b View commit details
    Browse the repository at this point in the history