elasticsearch-taste
elasticsearch-taste copied to clipboard
Multiple insert problem
Hello, Using your exemple of a multiple insert (here) does not work. Only the first element is inserted in ES. I'm trying either
curl -XPOST localhost:9200/sample/_taste/event -d "@dataSample.txt"
and either
curl -XPOST localhost:9200/sample/_taste/event -d \
'.........
.......
......'
None of them works.
dataSample.txt
System: MacOS X 10.11.4
Thanks !
Hi, any update on this ? Thanks...