mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
parent
9edb84e3b4
commit
867bda6ad7
2 changed files with 8 additions and 2 deletions
|
@ -4,7 +4,12 @@
|
||||||
"settings" : {
|
"settings" : {
|
||||||
"index.refresh_interval" : "5s",
|
"index.refresh_interval" : "5s",
|
||||||
"index.number_of_shards" : "1",
|
"index.number_of_shards" : "1",
|
||||||
"index.number_of_replicas" : "0"
|
"index.number_of_replicas" : "0",
|
||||||
|
"mapping" : {
|
||||||
|
"total_fields" : {
|
||||||
|
"limit" : "2000"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"mappings" : {
|
"mappings" : {
|
||||||
"_default_" : {
|
"_default_" : {
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
"settings" : {
|
"settings" : {
|
||||||
"index.refresh_interval" : "5s",
|
"index.refresh_interval" : "5s",
|
||||||
"index.number_of_shards" : "1",
|
"index.number_of_shards" : "1",
|
||||||
"index.number_of_replicas" : "0"
|
"index.number_of_replicas" : "0",
|
||||||
|
"index.mapping.total_fields.limit": "2000"
|
||||||
},
|
},
|
||||||
"mappings" : {
|
"mappings" : {
|
||||||
"_default_" : {
|
"_default_" : {
|
||||||
|
|
Loading…
Reference in a new issue