Elastic High Response Time

I see often average response time was going beyond 1 second , the traffic coming is only10 hits
i couldn't able find the root cause yet, Need some guidance to point out where i am going wrong

image

if i execute the same req again in kibana, i get it in 7~8 millisec.

Here are the details about my ELASTIC
image

jvm_options:
- '-Xms12g'
- '-Xmx12g'

Here are the details about my INFRA
RHEL7
8 CPU
16GB RAM

Here are the details about my INDEX

image

Please don't post pictures of text or code. They are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them :slight_smile:

Is there anything in the Elasticsearch logs or slow log? What does hot threads show?

I couldn't edit my post now

Here is my slow logs

 [2021-07-22T10:18:08,411][TRACE][index.search.slowlog.fetch]
 [135-es-01]
 [s_master2][0] 
 took[10.6ms], 
took_millis[10], 
total_hits[1 hits], 
types[], 
stats[], 
search_type[QUERY_THEN_FETCH], 
total_shards[1], 
source
[
...
], 
id[],

can you help how to identify the hot threads ?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.