Skip to content

Instantly share code, notes, and snippets.

@CarlosLannister
Last active March 14, 2021 18:01
Show Gist options
  • Save CarlosLannister/6fef8849ddb2132079fcb752f00d0d3a to your computer and use it in GitHub Desktop.
Save CarlosLannister/6fef8849ddb2132079fcb752f00d0d3a to your computer and use it in GitHub Desktop.
curl --user elastic:medium -XPUT "localhost:9200/twitter/_doc/1?pretty" -H "Content-Type: application/json" -d'
{
"content": "My first tweet",
"user_name": "carloslannister",
"tweeted_at": "2015-02-20",
"likes": 2
}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment