-
Notifications
You must be signed in to change notification settings - Fork 611
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
Allow configuring the CamundaExporter #22866
Comments
## Description Refactor exporter configs to match zeebe configs as possible The goal is to avoid confusion when configuring the new exporter and make it more fluent - rename IndexSettings var to index - move indexPrefix to be part of IndexSettings - adjust usages In addition, also made appendToFileSchemaSettings more concise ## Related issues relates to #22866
I reviewed the configuration used in Operate as much as my knowledge could help (and in zeebe exporters too), and I couldn't find any configs that we missed except for two main things that exist in zeebe elastic search exporter
I'll open a PR in a bit with some config validations that are ported from zeebe (I couldn't find anything relevant in operate code base). EDIT: Operate also uses a @sdorokhova please advise if you see something that I might have missed. |
I don't think that we need it. Going over Operate code, it looks like we use it only in migration, which we won't have. |
Most configurable parameters are already added as part of the respective PRs that add the feature. But there might be missing ones. This issue is to review and add any necessary configuration.
The text was updated successfully, but these errors were encountered: