Insights Kibana - Too Many Buckets
Kibana, InsightsSo, you’ve run into a ‘too_many_buckets_exception’ error in one of your Kibana/Insights visualisations?
You can perhaps reduce the number of buckets you have in your visualisation, but usually they are all required by business.
The alternaitve is to simply increase the max_buckets parameter.
- Shutdown Elasticsearch
- Locate your elasticsearch.yml file which normally resides under: [ES_HOME]/config
- Add/update the parameter: search.max_buckets: [new value]
- Start Elasticsearch