# Query time increased after upgrade to ES version 8.3

**URL:** https://discuss.elastic.co/t/query-time-increased-after-upgrade-to-es-version-8-3/314778
**Category:** Elasticsearch
**Created:** [September 20, 2022, 1:33pm UTC](https://discuss.elastic.co/t/query-time-increased-after-upgrade-to-es-version-8-3/314778 "2022-09-20T13:33:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![pratikshatiwari](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/pratikshatiwari/32/116646_2.png) [@pratikshatiwari](https://discuss.elastic.co/u/pratikshatiwari)
#### Post date: [September 20, 2022, 1:33pm UTC](https://discuss.elastic.co/t/query-time-increased-after-upgrade-to-es-version-8-3/314778/1 "2022-09-20T13:33:49Z")

</div>

Hello

We are facing an issue with elasticsearch query performance where we are trying to query elasticsearch index it is recording more than 5 second for most of the queries, we are testing through jmeter

Before version 8.3 we were on version 7.14 we havent face this issue earlier, during 7.14 most of the request below 400ms

Following is the elasticsearch,yml file, kindly confirm if anthing we need to correct

# ======================== Elasticsearch Configuration =========================

# 

# ---------------------------------- Cluster -----------------------------------

# 

cluster.name: escluster  
cluster.initial\_master\_nodes: ["master-1", "master-2", "master-3"]

# 

# ------------------------------------ Node ------------------------------------

# 

node.name: data-1  
node.roles: [data]

# 

# ----------------------------------- Paths ------------------------------------

# 

path.data: /opt/elastictdata2/elastic/storage/datanode1/data  
path.logs: /opt/elastictdata2/elastic/storage/datanode1/logs

# 

# ----------------------------------- Memory -----------------------------------

# 

bootstrap.memory\_lock: true

# 

# ---------------------------------- Network -----------------------------------

# 

network.host: 0.0.0.0  
http.port: 9201  
transport.port: 9301  
discovery.seed\_hosts: ["node1:9300", "node2:9300", "node3:9300"]

#cluster.routing.allocation.same\_shard.host: true

xpack.security.enabled: true

xpack.security.http.ssl.enabled: true  
xpack.security.http.ssl.key: certificate/key.key  
xpack.security.http.ssl.certificate: certificate/server.crt  
xpack.security.http.ssl.certificate\_authorities: certificate/ca.crt  
xpack.security.http.ssl.client\_authentication: required

xpack.security.transport.ssl.enabled: true  
xpack.security.transport.ssl.key: certificate/key.key  
xpack.security.transport.ssl.certificate: certificate/server.crt  
xpack.security.transport.ssl.certificate\_authorities: certificate/ca.crt  
xpack.security.transport.ssl.verification\_mode: certificate  
xpack.security.transport.ssl.client\_authentication: required

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [October 18, 2022, 1:34pm UTC](https://discuss.elastic.co/t/query-time-increased-after-upgrade-to-es-version-8-3/314778/2 "2022-10-18T13:34:03Z")

</div>

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