[TrendMicro VisionOne] Fix missing request in pipeline - #8160
Merged
Conversation
4 tasks
kcreddy
force-pushed
the
trendmicro_request_err
branch
from
October 11, 2023 05:39
09845de to
d8c06b8
Compare
🌐 Coverage report
|
efd6
approved these changes
Oct 11, 2023
efd6
left a comment
Contributor
There was a problem hiding this comment.
Do we know why these documents without request exist?
kcreddy
marked this pull request as ready for review
October 11, 2023 05:59
Contributor
Author
Hey @efd6, I'm checking with the user. #8083 (comment) |
bhapas
approved these changes
Oct 11, 2023
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
Contributor
Author
|
@efd6 let me know if you are okay with this user's explanation - #8083 (comment). I will proceed merging the PR. Thanks! |
Contributor
|
@kcreddy Thanks, that is fine with me. |
|
Package trend_micro_vision_one - 1.12.2 containing this change is available at https://epr.elastic.co/search?package=trend_micro_vision_one |
orestisfl
pushed a commit
to orestisfl/integrations
that referenced
this pull request
May 15, 2026
Certain categories of data such as BEHAVIORAL_VIOLATION, INTEGRITY_MONITORING_EVENT, APPLICATION_CONTROL_VIOLATION, FIREWALL_POLICY_VIOLATION etc. doesn't contain the field trend_micro_vision_one.detection.request in the response. Fixing this by adding a conditional on uri_parts processor.
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
The pipeline's
uri_partsprocessor throws an error whentrend_micro_vision_one.detection.requestfield is missing in the response. We have seen sample logs where this might happen. Certain categories of data such asBEHAVIORAL_VIOLATION, INTEGRITY_MONITORING_EVENT, APPLICATION_CONTROL_VIOLATION, FIREWALL_POLICY_VIOLATIONetc. doesn't contain this field. Fixing this by adding a conditional.Checklist
changelog.ymlfile.How to test this PR locally
cd packages/trend_micro_vision_oneelastic-package build && elastic-package stack up --version=8.11.0-SNAPSHOT -d -v --services=elasticsearch && eval "$(elastic-package stack shellinit)" && elastic-package test pipeline --generateRelated issues
Screenshots