Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daniellavoie/5c438a907e727bf356d61bb7736238a4 to your computer and use it in GitHub Desktop.
Save daniellavoie/5c438a907e727bf356d61bb7736238a4 to your computer and use it in GitHub Desktop.
Template Tweets
POST _template/tweets
{
"template" : "tweets-*",
"mappings" : {
"tweets" : {
"properties" : {
"@timestamp": {
"type": "date"
}
}
}
},
"aliases" : {
"tweets" : {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment