kibana/test/functional/fixtures/es_archiver/getting_started/shakespeare/mappings.json
Spencer 133ba2360f
[esArchiver] stable archives (#30477)
* [esArchiver/save] serialize with stable json stringify

* [esArchives] rebuild all archives
2019-02-11 11:16:25 -08:00

28 lines
485 B
JSON

{
"type": "index",
"value": {
"index": "shakespeare",
"mappings": {
"properties": {
"line_id": {
"type": "integer"
},
"play_name": {
"type": "keyword"
},
"speaker": {
"type": "keyword"
},
"speech_number": {
"type": "integer"
}
}
},
"settings": {
"index": {
"number_of_replicas": "1",
"number_of_shards": "5"
}
}
}
}