blob: b85f33dccbb3d0b278c0a9d2afbcd12b2cd64309 [file]
{
"settings": {
"index": {
"number_of_shards": 10,
"number_of_replicas": 1,
"refresh_interval": "5s"
}
},
"mappings": {
"dynamic_templates": [{
"metadata": {
"path_match": "metadata.*",
"match_mapping_type": "string",
"mapping": {
"type": "keyword"
}
}
}],
"_source": {
"enabled": true
},
"properties": {
"key": {
"type": "keyword",
"index": true
},
"lastUpdated": {
"type": "date",
"format": "date_optional_time"
}
}
}
}