-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[RAC][Timeline] - Add audit log to RBAC wrapped search strategy #112040
Conversation
@elasticmachine merge upstream |
⏳ Build in-progress, with failures
History
To update your PR or re-run it, just comment with: cc @yctercero |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
const logFilePath = Path.resolve(__dirname, '../../../common/fixtures/audit/audit.log'); | ||
const logFile = new FileWrapper(logFilePath); | ||
const retry = getService('retry'); | ||
|
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.
@dhurley14 @marshallmain @michaelolo24 - wasn't sure exactly who to ask, but as I've been away from RAC this cycle, wondering did anything change recently with giving users with minimal read access? These tests are now failing (they'd been removed sometime so weren't running for months now) but I know they were good back in August-ish about?
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.
Auditing LGTM. Nice catch on the missing bits in the dev docs.
@elasticmachine merge upstream |
@elasticmachine merge upstream |
expected head sha didn’t match current head ref. |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
History
To update your PR or re-run it, just comment with: cc @yctercero |
The following labels were identified as gaps in your version labels and will be added automatically:
If any of these should not be on your pull request, please manually remove them. |
…tic#112040) ### Summary Went back to add audit logging to the alerts table search strategy used to query RAC alerts. This PR also includes tests for the logging.
💔 Backport failed
Successful backport PRs will be merged automatically after passing CI. To backport manually run: |
…tic#112040) ### Summary Went back to add audit logging to the alerts table search strategy used to query RAC alerts. This PR also includes tests for the logging. # Conflicts: # x-pack/test/timeline/common/config.ts # x-pack/test/timeline/security_and_spaces/tests/trial/events.ts
) (#117427) ### Summary Went back to add audit logging to the alerts table search strategy used to query RAC alerts. This PR also includes tests for the logging. Co-authored-by: Yara Tercero <yctercero@users.noreply.github.com>
) (#117435) ### Summary Went back to add audit logging to the alerts table search strategy used to query RAC alerts. This PR also includes tests for the logging. # Conflicts: # x-pack/test/timeline/common/config.ts # x-pack/test/timeline/security_and_spaces/tests/trial/events.ts
Summary
Went back to add audit logging to the alerts table search strategy used to query RAC alerts. This PR also includes tests for the logging.
To Do
Checklist