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

Support additional ways to specify observables. #77

Merged
merged 10 commits into from
Apr 3, 2024

Commits on Mar 4, 2024

  1. Support additional ways to specify observables.

    Before this change:
    - By type
    - By object (which can also be thought of as types)
    
    Add:
    - By attribute in dictionary
    - By attribute path in class definitions.
    
    Also fix profile checkbox on Firefox.
    
    With this commit, add by attribute in dictionary. By class attribute path is next.
    rmouritzen-splunk committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    877b267 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    7b1e8fc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Test schema update

    rmouritzen-splunk committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5820455 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    2094b48 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    1c65aa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d7d535 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    d3c8240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24c29b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    e3830ed View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Add dictionary attributes to the GET /export/schema API. This is need…

    …ed for automatic observable generation.
    rmouritzen-splunk committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c12ddf2 View commit details
    Browse the repository at this point in the history