Elasticsearch - Document Operations
This Bulk API request returns errors:
What is the cause of the error?
{"update": {"_index": "events", "_id": "5"}}
{"doc": {"status": "closed"}}
{"delete": {"_index": "events"}}What is the cause of the error?
