elasticsearch.template-logisland.json Maven / Gradle / Ivy
{
"template": "logisland*",
"settings": {
"index.refresh_interval": "1s",
"number_of_shards": 1,
"number_of_replicas": 1
},
"mappings": {
"_default_": {
"_all": {
"enabled": false,
"omit_norms": true
},
"dynamic_templates": [
{
"string_fields": {
"match": "*",
"match_mapping_type": "string",
"mapping": {
"type": "string",
"index": "analyzed",
"omit_norms": true,
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed",
"doc_values": true,
"ignore_above": 256
}
}
}
}
}
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy