Hi, I was experimenting with camel elasticsearch component. I was sending following request to elasticsearch with INDEX operation. It is working as expected.
{ "entityId":"test", "userId":"test", "timestamp":"2014-12-06 15:59:48", "xyz":"test", } Now I changed the about request to a List and used BULK operation. The typeconverter to BulkRequest is returning null now due to which it is throwing NPE. What should be the request in Bulk indexing using elasticsearch? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-elasticsearch-bulk-api-not-working-tp5767177.html Sent from the Camel - Users mailing list archive at Nabble.com.