mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
fix for query fields
This commit is contained in:
parent
81c6351cf1
commit
99d8cf9b32
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
"index.number_of_replicas" : "0",
|
"index.number_of_replicas" : "0",
|
||||||
"index.mapping.total_fields.limit" : "2000",
|
"index.mapping.total_fields.limit" : "2000",
|
||||||
"index.query": {
|
"index.query": {
|
||||||
"default_field": "fields.*"
|
"default_field": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mappings" : {
|
"mappings" : {
|
||||||
|
|
Loading…
Reference in a new issue