Skip to content
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

Support for dynamic DCR names with creating CCP based Data Connectors #11779

Open
dragosinc-sentinel opened this issue Feb 7, 2025 · 0 comments

Comments

@dragosinc-sentinel
Copy link
Contributor

Is your feature request related to a problem? Please describe.
We are looking to update our Dragos CCP to support connections to multiple API endpoints. We have previously talked with @danielzatakovi about how something similar is done in the Okta Single Sign-On Connector and have a working solution.

The downside of this approach is that the multiple data connectors all use a single Data Collection Rule (DCR). This makes it difficult to track metrics associated with a single data connector as they all report metrics to a single DCR, with no way to distinguish them.

Describe the solution you'd like
We'd like to have a way better track metrics with multiple Data Connectors from a single CCP. A few possible solutions are:

  • Allow us to create multiple DCRs so that there is a one-to-one mapping between a data connector instance and a DCR
  • Keep the single DCR, but add some extra dimension to the metrics so we can separate out the metrics by data connector.

Describe alternatives you've considered
You can achieve something similar by manually creating DCRs and data connectors via the Rest API. While useful for development and debugging this approach isn't viable for our customers.

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant