Skip to content

Instantly share code, notes, and snippets.

@boris-42
Created December 3, 2016 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boris-42/2d11af6aec930dc78578312fcae8a90d to your computer and use it in GitHub Desktop.
Save boris-42/2d11af6aec930dc78578312fcae8a90d to your computer and use it in GitHub Desktop.
"ms_availability_west-2": {
"mappings": {
"service_availability": {
"properties": {
"name": {
"type": "keyword"
},
"region": {
"type": "keyword"
},
"status": {
"type": "integer"
},
"time": {
"type": "date"
},
"url": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
},
"ms_availability_west-2": {
"_all": {
"enabled": false
},
"properties": {
"name": {
"type": "keyword"
},
"region": {
"type": "keyword"
},
"status": {
"type": "integer"
},
"time": {
"type": "date"
},
"url": {
"type": "text"
}
}
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment