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

elasticsearch-index-sink kamelet should allow empty indexId #643

Closed
valdar opened this issue Dec 20, 2021 · 0 comments · Fixed by #646
Closed

elasticsearch-index-sink kamelet should allow empty indexId #643

valdar opened this issue Dec 20, 2021 · 0 comments · Fixed by #646
Assignees
Milestone

Comments

@valdar
Copy link
Member

valdar commented Dec 20, 2021

elasticsearch-index-sink kamelet should allow empty indexId i.e. by removing:

[...]
          otherwise:
            steps:
            - set-header:
                name: "indexId"
                expression:
                  simple: ${bean:org.apache.camel.support.ShortUuidGenerator?method=generateUuid}
[...]

according to https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html it should be auto generated vrom elasticsearch server.

@valdar valdar changed the title elasticsearch-index-sink should allow empty indexId elasticsearch-index-sink should allow empty indexId Dec 20, 2021
@valdar valdar changed the title elasticsearch-index-sink should allow empty indexId elasticsearch-index-sink kamelet should allow empty indexId Dec 20, 2021
@oscerd oscerd self-assigned this Dec 21, 2021
@oscerd oscerd added this to the 0.7.0 milestone Dec 21, 2021
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.

2 participants