-
Notifications
You must be signed in to change notification settings - Fork 444
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
[Enhancement] [Carbon Black Cloud] Make enhancement in connector with best practices implementation #4635
[Enhancement] [Carbon Black Cloud] Make enhancement in connector with best practices implementation #4635
Conversation
…r to the convert and date processors and update the pagination termination condition
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
🌐 Coverage report
|
@@ -83,23 +122,17 @@ processors: | |||
- grok: | |||
field: host.hostname | |||
patterns: | |||
- '^(%{DATA:user.domain})\\(%{GREEDYDATA:host.hostname})$' | |||
- "^(%{DATA:user.domain})\\\\(%{GREEDYDATA:host.hostname})$" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change doesn't seem like a win.
@@ -2,16 +2,14 @@ | |||
title: Cloud | |||
group: 2 | |||
description: Fields related to the cloud or infrastructure the events are coming from. | |||
footnote: 'Examples: If Metricbeat is running on an EC2 host and fetches data from its host, the cloud info contains the data about this machine. If Metricbeat runs on a remote machine outside the cloud and fetches data from a service running in the cloud, the field contains cloud data from the machine the service is running on.' | |||
footnote: "Examples: If Metricbeat is running on an EC2 host and fetches data from its host, the cloud info contains the data about this machine. If Metricbeat runs on a remote machine outside the cloud and fetches data from a service running in the cloud, the field contains cloud data from the machine the service is running on." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the rationale for the change here and below?
Type of change
What does this PR do?
Make enhancement in Carbon Black Cloud connector with listed best practices.
Checklist
changelog.yml
file.How to test this PR locally
Related issues
Screenshots