mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
adjust default field
This commit is contained in:
parent
92c0543c55
commit
b9da9f04af
1 changed files with 5 additions and 2 deletions
|
@ -3,9 +3,12 @@
|
||||||
"version" : 60001,
|
"version" : 60001,
|
||||||
"settings" : {
|
"settings" : {
|
||||||
"index.refresh_interval" : "5s",
|
"index.refresh_interval" : "5s",
|
||||||
"number_of_shards": 1,
|
"number_of_shards" : 1,
|
||||||
"index.number_of_replicas" : "0",
|
"index.number_of_replicas" : "0",
|
||||||
"index.mapping.total_fields.limit": "2000"
|
"index.mapping.total_fields.limit" : "2000",
|
||||||
|
"index.query": {
|
||||||
|
"default_field": "fields.*"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"mappings" : {
|
"mappings" : {
|
||||||
"dynamic_templates" : [ {
|
"dynamic_templates" : [ {
|
||||||
|
|
Loading…
Reference in a new issue