mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
fix for query fields
This commit is contained in:
@ -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" : {
|
||||||
|
Reference in New Issue
Block a user