Questions tagged [elasticsearch-bulk]

16 questions
0
votes
1 answer

elastic search exception on bulk create

I want to test the bulk insert this is my request curl -PUT "http://localhost:9200/blabla/blabla/_bulk?pretty" -d '{ {"create": {}}\n {"name" : "super"}\n }' -i I am getting this error: HTTP/1.1 500 Internal Server Error Content-Type:…
Marco Dinatsoli
  • 10,322
  • 37
  • 139
  • 253
1
2