Skip to content

Instantly share code, notes, and snippets.

@hkulekci
Created November 20, 2025 11:25
Show Gist options
  • Select an option

  • Save hkulekci/0d4f96272f2f124b8c529018cab054e5 to your computer and use it in GitHub Desktop.

Select an option

Save hkulekci/0d4f96272f2f124b8c529018cab054e5 to your computer and use it in GitHub Desktop.
POST _bulk
{"index": {"_index": "accounts2", "_id": "1"}}
{"id": 1, "name": "AHMET", "surname": "MERT EKİNCİOĞLU", "iban": "TR910006200000100001234567", "balance": 15, "created_at": "2020-08-19T00:00:00Z"}
{"index": {"_index": "accounts2", "_id": "2"}}
{"id": 2, "name": "GÜLNAME", "surname": "KINDIR", "iban": "TR910006200000100001234568", "balance": 27, "created_at": "2020-08-19T00:00:00Z"}
{"index": {"_index": "accounts2", "_id": "3"}}
{"id": 3, "name": "SALİM", "surname": "İLTEMİZ", "iban": "TR910006200000100001234569", "balance": 54, "created_at": "2020-08-19T00:00:00Z"}
{"index": {"_index": "accounts2", "_id": "4"}}
{"id": 4, "name": "MÜBERRA", "surname": "GÜVEN MEŞE", "iban": "TR910006200000100001234570", "balance": 81, "created_at": "2020-08-19T00:00:00Z"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment