Skip to content

Commit

Permalink
elasticsearch-index-sink kamelet should allow empty indexId
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Dec 21, 2021
1 parent 93321ff commit 9ffbe77
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kamelets/elasticsearch-index-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ spec:
- set-header:
name: "indexId"
simple: "${header[ce-indexid]}"
otherwise:
steps:
- set-header:
name: "indexId"
expression:
simple: ${bean:org.apache.camel.support.ShortUuidGenerator?method=generateUuid}
- choice:
when:
- simple: "${header[indexName]}"
Expand Down

0 comments on commit 9ffbe77

Please sign in to comment.