kibana/x-pack/plugins/spaces/mappings.json
Larry Gregory 632c63ab21
[6.x] Spaces Phase 1 (#21408) (#23639)
Backports the following commits to 6.x:
 - Spaces Phase 1  (#21408)
2018-10-01 09:53:43 -04:00

27 lines
442 B
JSON

{
"space": {
"properties": {
"name": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 2048
}
}
},
"description": {
"type": "text"
},
"initials": {
"type": "keyword"
},
"color": {
"type": "keyword"
},
"_reserved": {
"type": "boolean"
}
}
}
}