-
Notifications
You must be signed in to change notification settings - Fork 472
[microsoft_defender_endpoint] Add Initial Interval in Config Options #14331
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
[microsoft_defender_endpoint] Add Initial Interval in Config Options #14331
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
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.
nit only, then LGTM
@@ -1,4 +1,9 @@ | |||
# newer versions go on top | |||
- version: "2.40.0" | |||
changes: | |||
- description: Added support for `Initial Interval` in Config Options. |
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.
- description: Added support for `Initial Interval` in Config Options. | |
- description: Added support for Initial Interval in Config Options. |
Update the changelog description.
💚 Build Succeeded
History
|
|
Package microsoft_defender_endpoint - 2.40.0 containing this change is available at https://epr.elastic.co/package/microsoft_defender_endpoint/2.40.0/ |
Proposed Commit Message
Checklist
changelog.yml
file.How to test this PR locally
Clone integrations repo.
Install the elastic package locally.
Start the elastic stack using the elastic package.
Move to integrations/packages/microsoft_defender_endpoint directory.
Run the following command to run tests.
elastic-package test -v
Related issues