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-unsubscr...@camel.apache.org

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


Reply via email to