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

Email object and Email Activity updates. Deprecate Email URL Activity and Email File Activity. #1259

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. Removed the constraint from group_managenment.

    Signed-off-by: Paul Agbabian <[email protected]>
    pagbabian-splunk committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a76f087 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 16, 2024

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

Commits on Oct 29, 2024

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

Commits on Oct 30, 2024

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

Commits on Nov 4, 2024

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

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    b197e14 View commit details
    Browse the repository at this point in the history
  2. Deprecated the email_url_activity and email_file_activity classes in …

    …favor of an updated email_activity class.
    
    Updated the email object to include domains, files, urls arrays.
    Updated the email_activity class to add the message_trace_uid ID.
    Updated the email_activity class to use the references[] for the Trace activity_id instead of the description URL.
    Updated the email_activity class description to reflect its SMTP protocol and the possible URLs and files attachments.
    
    Signed-off-by: Paul Agbabian <[email protected]>
    pagbabian-splunk committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5b68b7f View commit details
    Browse the repository at this point in the history
  3. Added changed for PR #1259

    Signed-off-by: Paul Agbabian <[email protected]>
    pagbabian-splunk committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    df7fc18 View commit details
    Browse the repository at this point in the history
  4. removed the optional tag for email_uid as it was causing the validati…

    …on to fail!!
    
    Signed-off-by: Paul Agbabian <[email protected]>
    pagbabian-splunk committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e69358f View commit details
    Browse the repository at this point in the history
  5. Relaxed the requirement of 'from' and 'to' to be recommended, and add…

    …ed an at_least_one constraint on all the to and from attributes. Not all email logs have the 'to' and 'from' but must have at least those or 'smtp_to' and 'smtp_from' in the log.
    
    Signed-off-by: Paul Agbabian <[email protected]>
    pagbabian-splunk committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    8f2ac70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e17230 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Updated some grammar in the dictionary and CHANGELOG. Added "See spec…

    …ific usage.` for the domain and domains attributes in the dictionary. Added another references[] to the dictionary definition of message_trace_uid. Updated O365 to Office 365 in email.json Trace references[] to be consistent.
    
    Signed-off-by: Paul Agbabian <[email protected]>
    pagbabian-splunk committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f92f36a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Merge branch 'main' into email_update

    Signed-off-by: Paul Agbabian <[email protected]>
    pagbabian-splunk authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    eddefe5 View commit details
    Browse the repository at this point in the history