[ti_anomali] Fix tags variable in threatstream policy test#17601
Merged
mrodm merged 1 commit intoelastic:mainfrom Mar 3, 2026
Merged
[ti_anomali] Fix tags variable in threatstream policy test#17601mrodm merged 1 commit intoelastic:mainfrom
mrodm merged 1 commit intoelastic:mainfrom
Conversation
jsoriano
approved these changes
Feb 27, 2026
💚 Build Succeeded
cc @mrodm |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
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.
Proposed commit message
Fix policy test in
ti_anomalitest package forthreatstreamdata stream (relates #17428).Currently, the value set in the policy is null, but this should not be possible since
tagsis a required variable.Current policy test configuration:
integrations/packages/ti_anomali/data_stream/threatstream/_dev/test/policy/test-all.yml
Lines 12 to 14 in 579e9a3
Current expected policy:
integrations/packages/ti_anomali/data_stream/threatstream/_dev/test/policy/test-all.expected
Line 40 in 579e9a3
In the next
elastic-packagerelease, this process to create the policy with the variables from the test will be updated and this test will fail.This Pull Request updates the value set in
tags(defining one tag) and the corresponding expected file:Checklist
[ ] I have added an entry to my package'schangelog.ymlfile.[ ] I have verified that any added dashboard complies with Kibana's Dashboard good practicesAuthor's Checklist
How to test this PR locally
Related issues