-
Notifications
You must be signed in to change notification settings - Fork 464
[Mimecast] Fix template config and verify cursor test #5371
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
Conversation
🌐 Coverage report
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
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.
LGTM
Note that there are duplication issues in the test data. I'm dealing with that in #5376, so I'll fix up the newly added events in that PR after this is merged.
Package mimecast - 1.6.2 containing this change is available at https://epr.elastic.co/search?package=mimecast |
* initial commit * Fix template config
* initial commit * Fix template config
I know this issue is closed, but I'm still seeing this error on 1.6.3:
It seems like this fix was only applied to the audit logs? |
What does this PR do?
This PR fixes the template config in all data_streams in mimecast integration and also verifies
assert.hit_count
for cursor test.Checklist
changelog.yml
file.How to test this PR locally
elastic-package stack down && elastic-package build && elastic-package stack up -d -v && eval "$(elastic-package stack shellinit)" && elastic-package test
Related issues