Skip to content

Instantly share code, notes, and snippets.

@benoitguigal
Last active July 27, 2018 09:51
Show Gist options
  • Save benoitguigal/06eb0cac50ecaab29e1ac72e24f51539 to your computer and use it in GitHub Desktop.
Save benoitguigal/06eb0cac50ecaab29e1ac72e24f51539 to your computer and use it in GitHub Desktop.
PUT users/_doc/1
{
"name": "Bobby Kennedy",
"date_of_birth": 553941680000,
"description": "I am passionate about Elasticsearch"
}
{
"_index": "users",
"_type": "_doc",
"_id": "1",
"_version": 1,
"result": "created",
"_shards": {
"total": 2,
"successful": 1,
"failed": 0
},
"_seq_no": 0,
"_primary_term": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment