I have 5 node Elasticsearch cluster 3 master node 1 data node and 1 Tribe node. I have installed ELK 5.2
version. My shards count is 2 and replica is 1. I have 32GB RAM and 1TB of hard disk space
. My Index size is around 14GB
. I have configured my kibana.yml to point both the tribe and master node
elasticsearch.tribe.url: "http://xxxx:9200"
elasticsearch.url: "http://xxxxx:9200"
Whenever I created a data-table visualization with date datatype as one of the column my search becoming too slow sometimes I am getting timeout error
. When I remove the date type column form the visualization the search is better.
Is there any setting which I need to add in the config file or need to modify any Elasticsearch mapping. Please advice me the configuration to overcome the issue.