[8.18] [Security Solution] Enable debug logging for Rule Management integration tests (#229185)#230249
Merged
nikitaindik merged 1 commit intoelastic:8.18from Aug 1, 2025
Merged
Conversation
…ion tests (elastic#229185) **Partially addresses: elastic#229688 ## Summary This PR enables debug logging for all API integration tests owned by the Rules Management team. Our team has seen a spike in flaky tests recently. To be able to quickly debug such situations, we want to add debug logging. The logging itself will be added in a follow-up PR. This PR only enables it for all our tests. ## Changes - Added 4 new FTR base configs: - 2 for ESS: `rules_management.basic.config.ts` and `rules_management.trial.config.ts` - 2 for Serverless: `rules_management.essentials.config.ts` and `rules_management.complete.config.ts` - These new FTR configs extend existing base configs to enable logging for `securitySolution` and `fleet` plugins on `debug` level. - Updated existing test configs to use the new base configs. Now, debug logs from test suites and the Kibana backend will be visible in BuildKite reports when clicking the "[logs]" button. <img width="573" height="118" alt="logs_button" src="https://github.com/user-attachments/assets/eb7de404-d6b9-4402-993d-0b8320ec0e74" />⚠️ Please note that debug logs will not appear in the "FTR Configs #<number>" collapsible sections in BuildKite. They will only be available in "[logs]" reports for **failed** tests.
Contributor
💚 Build Succeeded
Metrics [docs]
|
banderror
approved these changes
Aug 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto8.18:Questions ?
Please refer to the Backport tool documentation