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.
Comments
Post a Comment