You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/20 23:58:41 UTC

[GitHub] [camel-kamelets] valdar opened a new issue #643: elasticsearch-index-sink should allow empty indexId

valdar opened a new issue #643:
URL: https://github.com/apache/camel-kamelets/issues/643


   elasticsearch-index-sink should allow empty indexId i.e. by removing:
   ```yaml
   [...]
             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. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kamelets] oscerd closed issue #643: `elasticsearch-index-sink` kamelet should allow empty `indexId`

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #643:
URL: https://github.com/apache/camel-kamelets/issues/643


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org