Hello,
(re-posting to ES forum per suggestion at Discovery: very slow data visualisation)
I am storing my application's log files in ES (5.2.0). About 15k-30k rps depending on the time of the day, about 1 bil log lines per day.
My ES cluster consists of 7 32-core machines, each with 6x 4TB SATA HDD RAID6.
I store logs in daily indexes, 7 replicas for each index with 1 replica shard.
I perform tests with all filebeats stopped (so cluster is idle and serving only my requests from Kibana).
When I go to Discovery tab at Kibana and choose "Last 24 hours" time interval, it takes about 20-25 seconds to draw a histogram.
When I choose "Last 7 days" time interval, it takes about 20-25 seconds to draw a histogram for each day, so it takes few minutes to draw a histogram for the whole week, and often I get "Discover: Request Timeout after 30000ms" error message.
Kibana statistics shows that all this time is spent in ES Request.
On servers I see no resource shortage: ES's java process consumes about 100-200% of CPU (these are 32-core machines), disks utilisation is about 20% according to iostat. Network is almost idle. So I see no resource shortage which can slow things down.
Is it an expected performance for such a cluster setup and amount of data stored?
I feel it too slow and I want to know if I am missing some obvious tuning which can speedup such requests?
Thanks in advance.