-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[AI-5153] DDS: Mac Audit Logs Integration v1.0.0 #19989
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
[AI-5153] DDS: Mac Audit Logs Integration v1.0.0 #19989
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Created DOCS-10537 for Docs Team editorial review. |
…into mac-audit-logs-v1.0.0
@nubtron, Our code also handles situations where multiple |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes! Approved.
* Add mac audit logs integration * Add test results and unit test case * Resolve lint issue * Add images and resolve CI sync failure * Update spec name and ci sync * Resolve CI sync * Update cloud siem panels * update source type name * update manifest.json * Update test-all.yml * Update constants.py * Add support for timezone * Update test samples * Update test results * Update data collection flow * Add licence headers in utils.py file * Sync config models * Address PR comments * Resolve linting failures * Fix ruff issue * Address review comments * Resolve linting issue * Add test case * Update test case * Resolve ci sync failure * Resolve lint failures * Removed unused test case --------- Co-authored-by: akaila-crest <abhi.kaila@crestdata.ai> 9ee6ff2
] | ||
dependencies = [ | ||
"datadog-checks-base>=37.0.0", | ||
"lxml>=5.3.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks conflicting with:
integrations-core/agent_requirements.in
Line 23 in 5d7e120
lxml==5.1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @rdesgroppes, thanks for the heads up! I've reverted the PR while I look into the issue.
Hi @tirthrajchaudhari-crest, I've temporarily reverted this PR to look into a dependency conflict. No action needed on your side. |
…ataDog#20554) * Reapply "[AI-5153] DDS: Mac Audit Logs Integration v1.0.0 (DataDog#19989)" (DataDog#20535) This reverts commit a065a24. * Fix dependency (move it to optional dependencies, pin it, and set it to the same version the agent is using) f6efbf3
What does this PR do?
This is an initial release PR of Mac Audit Logs integration including all the required assets. This is agent based integration.
Additional Notes
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged