# No alive nodes found in your cluster

**URL:** https://discuss.elastic.co/t/no-alive-nodes-found-in-your-cluster/285946
**Category:** Elasticsearch
**Created:** [October 5, 2021, 3:59pm UTC](https://discuss.elastic.co/t/no-alive-nodes-found-in-your-cluster/285946 "2021-10-05T15:59:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dreamte](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dreamte/32/95478_2.png) [@dreamte](https://discuss.elastic.co/u/dreamte)
#### Post date: [October 5, 2021, 3:59pm UTC](https://discuss.elastic.co/t/no-alive-nodes-found-in-your-cluster/285946/1 "2021-10-05T15:59:10Z")

</div>

Hello, periodically (with an increase in the frequency of the number of additions to the index) an error occurs - no active nodes were found in your cluster.

My configuration:  
cluster.name: elk\_test  
node.name: elk\_test\_1  
path.data: /var/lib/Elasticsearch  
path.logs: /var/log/Elasticsearch  
bootstrap.memory\_lock: true  
network.host: [elk-test.domen.ru](http://elk-test.domen.ru)  
http.port: 1234  
discovery.seed\_hosts: ["[elk-test.domen.ru](http://elk-test.domen.ru)"]  
cluster.initial\_master\_nodes: ["elk\_test\_1"]

xpack.security.enabled: true  
xpack.security.audit.enabled: true  
xpack.security.transport.ssl.enabled: true  
xpack.security.transport.ssl.verification\_mode: certificate  
xpack.security.transport.ssl.key: /etc/Elasticsearch/certs/elk.key  
xpack.security.transport.ssl.certificate: /etc/Elasticsearch/certs/elk.crt  
xpack.security.transport.ssl.certificate\_authorities: ["/etc/Elasticsearch/certs/ca.crt"]  
xpack.security.http.ssl.enabled: true  
xpack.security.http.ssl.key: /etc/Elasticsearch/certs/elk.key  
xpack.security.http.ssl.certificate: /etc/Elasticsearch/certs/elk.crt  
xpack.security.http.ssl.certificate\_authorities: ["/etc/Elasticsearch/certs/ca.crt"]

xpack.security.authc.token.enabled: true  
xpack.security.authc.realms.pki.pki1.order: 1  
xpack.security.authc.realms.pki.pki1.delegation.enabled: true  
xpack.security.authc.realms.pki.pki1.certificate\_authorities: ["/etc/Elasticsearch/certs/ca.crt"]

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [October 11, 2021, 1:13am UTC](https://discuss.elastic.co/t/no-alive-nodes-found-in-your-cluster/285946/2 "2021-10-11T01:13:05Z")

</div>

Welcome to our community! 😃

Please post the entire error you are seeing.  
And remember to format your code/logs/config using the `</>` button, or markdown style back ticks. It helps to make things easy to read which helps us help you 🙂

---

<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: [November 8, 2021, 1:13am UTC](https://discuss.elastic.co/t/no-alive-nodes-found-in-your-cluster/285946/3 "2021-11-08T01:13:39Z")

</div>

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