elasticsearch - Kibana indexing issues -


not able project data in kibana "type": "illegal_argument_exception", "reason": "trying query 1469 shards, on limit of 1000. limit exists because querying many shards @ same time can make job of coordinating node cpu and/or memory intensive.

the number of shards query exceeding 1000, default limit. unusual need go on limit. can change it, if need to:

action.search.shard_count.limit 

but firt recommended , see if can reduce number of shards.

https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking_50_search_changes.html#_search_shard_limit


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -