[Carbon Black Cloud] Cleanup fields based on Alert API doc - #5927
Merged
kcreddy merged 1 commit intoApr 20, 2023
Conversation
kcreddy
force-pushed
the
5208-carbon_black_cloud-cleanup-fields
branch
from
April 19, 2023 16:57
964b952 to
7e8023f
Compare
🌐 Coverage report
|
efd6
approved these changes
Apr 20, 2023
efd6
left a comment
Contributor
There was a problem hiding this comment.
Can you note in the commit the provenance of the new test samples. I'm assuming that they are just the old ones with the defunct fields removed.
Contributor
Author
|
Hey @efd6 I dont have the new test samples.
Yes |
Removes fields missing from the Carbon Black Cloud Alert APIs(https://developer.carbonblack.com/reference/carbon-black-cloud/platform/latest/alerts-api/#fields.) but present in the integration doc
kcreddy
force-pushed
the
5208-carbon_black_cloud-cleanup-fields
branch
from
April 20, 2023 05:59
7e8023f to
df0655c
Compare
|
Package carbon_black_cloud - 1.7.1 containing this change is available at https://epr.elastic.co/search?package=carbon_black_cloud |
agithomas
pushed a commit
to agithomas/integrations
that referenced
this pull request
Apr 22, 2023
Removes fields missing from the Carbon Black Cloud Alert APIs(https://developer.carbonblack.com/reference/carbon-black-cloud/platform/latest/alerts-api/#fields.) but present in the integration doc
orestisfl
pushed a commit
to orestisfl/integrations
that referenced
this pull request
May 15, 2026
Removes fields missing from the Carbon Black Cloud Alert APIs(https://developer.carbonblack.com/reference/carbon-black-cloud/platform/latest/alerts-api/#fields.) but present in the integration doc
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.
What does this PR do?
event.urlas there is noalert_urlfield anymore in the API doc.carbon_black_cloud.alert.device.external_ipas there is nodevice_external_ipfield anymore in the API doc.carbon_black_cloud.alert.device.internal_ipas there is nodevice_internal_ipfield anymore in the API doc.Checklist
changelog.ymlfile.How to test this PR locally
elastic-package stack down && elastic-package build && elastic-package stack up --version=8.8.0-SNAPSHOT -d -v && eval "$(elastic-package stack shellinit)" && elastic-package test -vRelated issues
Screenshots