I have been testing the length of queries using the linux time command, ex.
time curl -s "IPADDRESS:9200/INDEX/_search?pretty" -d{ES_QUERY}
Some queries appear on the command line end to take anywhere from 1 to 10 seconds. However, when looking at the marvel stats, there has never been a search latency of over 1000ms, and they typically stay under 500ms, even when queries on my end appear to be taking a long time.
What might account for this discrepancy?? I'd at least expect some of the long queries to show up as spikes on the search latency chart.
Thank you!