Skip to content

Instantly share code, notes, and snippets.

@chester89
Created August 2, 2018 10:04
Show Gist options
  • Save chester89/eed2f656242bd783ef4b27cb91aff142 to your computer and use it in GitHub Desktop.
Save chester89/eed2f656242bd783ef4b27cb91aff142 to your computer and use it in GitHub Desktop.
time_mapping.json
{
"index-name-2018.07.31": {
"aliases": {},
"mappings": {
"doc": {
"properties": {
"@timestamp": {
"type": "date"
},
"time": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}
},
"settings": {
"index": {
"creation_date": "1532998945894",
"number_of_shards": "5",
"number_of_replicas": "1",
"uuid": "lQ0bAwb2RcmBBMxKAREIyQ",
"version": {
"created": "6010199"
},
"provided_name": "whataver-2018.07.31"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment