-
Notifications
You must be signed in to change notification settings - Fork 463
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
tychon, ti_custom: fix system tests for 9.0 #12549
Merged
chemamartinez
merged 3 commits into
elastic:main
from
chemamartinez:9.0.0-system-tests-ti_custom-tychon
Feb 3, 2025
Merged
tychon, ti_custom: fix system tests for 9.0 #12549
chemamartinez
merged 3 commits into
elastic:main
from
chemamartinez:9.0.0-system-tests-ti_custom-tychon
Feb 3, 2025
Conversation
This file contains 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
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
|
💚 Build Succeeded
|
efd6
approved these changes
Feb 2, 2025
Package ti_custom - 0.7.0 containing this change is available at https://epr.elastic.co/package/ti_custom/0.7.0/ |
harnish-elastic
pushed a commit
to harnish-elastic/integrations
that referenced
this pull request
Feb 4, 2025
Fix system tests for Custom TI and Tychon for 9.0
qcorporation
pushed a commit
that referenced
this pull request
Feb 4, 2025
Fix system tests for Custom TI and Tychon for 9.0
harnish-elastic
pushed a commit
to harnish-elastic/integrations
that referenced
this pull request
Feb 5, 2025
Fix system tests for Custom TI and Tychon for 9.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bugfix
Pull request that fixes a bug issue
enhancement
New feature or request
Integration:ti_custom
Custom Threat Intelligence
Integration:tychon
TYCHON Agentless
Team:Security-Service Integrations
Security Service Integrations Team [elastic/security-service-integrations]
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.
Proposed commit message
Fix system tests for 9.0.0 in Tychon and Custom TI packages.
Added mapping for
log.file.fingerprint
in Custom TI integration.The filestream input has changed file identity determination from native to
fingerprint, and the default fingerprint minimum file size is 1kiB, so make
all test inputs at least this big in Tychon integration.
Same approach as taken in #12510.
Checklist
changelog.yml
file.How to test this PR locally
Run system tests as follows:
Then in each of the affected package directories:
Related issues