SIWECOS / siwecos-business-layer

SIWECOS Main API and Business Layer Application
https://siwecos.de
0 stars 1 forks source link

PushScanToElasticsearch Failed #184

Closed Lednerb closed 4 years ago

Lednerb commented 4 years ago
Elasticsearch\Common\Exceptions\BadRequest400Exception: {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Limit of total fields [1000] in index [scans-staging] has been exceeded"}],"type":"illegal_argument_exception","reason":"Limit of total fields [1000] in index [scans-staging] has been exceeded"},"status":400} in /var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php:636
Lednerb commented 4 years ago

Für beide scan-Indizes habe ich das Limit erhöht.

Fix: "index.mapping.total_fields.limit": "2500",