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

I can export Zeebe records to elasticsearch #1326

Closed
menski opened this issue Sep 12, 2018 · 0 comments · Fixed by #1344
Closed

I can export Zeebe records to elasticsearch #1326

menski opened this issue Sep 12, 2018 · 0 comments · Fixed by #1344
Assignees
Milestone

Comments

@menski
Copy link
Contributor

menski commented Sep 12, 2018

Provide an exporter which is able to export Zeebe records to elasticsearch without any transformation. The raw records in elasticsearch can be used by other systems to perform a transformation in their own domain model. The exporter should handle multiple partitions.

If the exporter will be part of the default Zeebe distribution needs to be discussed.

@menski menski added this to the Exporter milestone Sep 12, 2018
@menski menski self-assigned this Sep 12, 2018
@menski menski added in progress and removed ready labels Sep 12, 2018
@menski menski changed the title I can export Zeebe records to elastic search I can export Zeebe records to elasticsearch Sep 12, 2018
@ghost ghost added needs review and removed in progress labels Sep 17, 2018
bors bot added a commit that referenced this issue Sep 19, 2018
1344: Add elasticsearch exporter r=menski a=menski

- basic implementation for a generic elasticsearch exporter
- the exporter is currently added to the distribution to ease the getting started experience, this should be challenged in the near future
- the exporter might break the broker in case of an exception, we need to discuss the exception/error concept of exporters
- set deadline of job records to null if deadline is not set

closes #1326
workaround for #1334 

follow up issues #1341, #1342 and #1343


Co-authored-by: Sebastian Menski <sebastian.menski@camunda.com>
Co-authored-by: Sebastian Menski <sebastian@menski.org>
bors bot added a commit that referenced this issue Sep 19, 2018
1344: Add elasticsearch exporter r=menski a=menski

- basic implementation for a generic elasticsearch exporter
- the exporter is currently added to the distribution to ease the getting started experience, this should be challenged in the near future
- the exporter might break the broker in case of an exception, we need to discuss the exception/error concept of exporters
- set deadline of job records to null if deadline is not set

closes #1326
workaround for #1334 

follow up issues #1341, #1342 and #1343


Co-authored-by: Sebastian Menski <sebastian.menski@camunda.com>
Co-authored-by: Sebastian Menski <sebastian@menski.org>
@bors bors bot closed this as completed in #1344 Sep 19, 2018
@ghost ghost removed the needs review label Sep 19, 2018
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

Successfully merging a pull request may close this issue.

1 participant