# Elastic search configuration with kibana and nodes

**URL:** https://discuss.elastic.co/t/elastic-search-configuration-with-kibana-and-nodes/281431
**Category:** Elasticsearch
**Created:** [August 14, 2021, 7:53am UTC](https://discuss.elastic.co/t/elastic-search-configuration-with-kibana-and-nodes/281431 "2021-08-14T07:53:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Dilnawaz\_Khan](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dilnawaz_khan/32/77845_2.png) [@Dilnawaz\_Khan](https://discuss.elastic.co/u/Dilnawaz_Khan)
#### Post date: [August 14, 2021, 7:53am UTC](https://discuss.elastic.co/t/elastic-search-configuration-with-kibana-and-nodes/281431/1 "2021-08-14T07:53:54Z")

</div>

I have 2 master node of elasticsearch 7.5.2 and 3 data nodes & 1 seperate node for kibana  
following is the config files.

# Elasticsearch master1 & master2 ( elasticssearch.yml )

# cluster.name: Es\_Cluster node.name: ES\_master1 node.master: true node.data: false path.data: /opt/Gcti/elasticsearch 7.5.2/ data path.logs: /opt/Gcti/logs/elasticsearch network.host: x.x.x.46 discovery.seed\_hosts: ["x.x.x.49","x.x.x.48","x.x.x.47","x.x.x.46","x.x.x.45"] cluster.initial\_master\_nodes: ["ES\_master1","ES\_master2"]

# Node 1, node 2, node 3 ( elasticssearch.yml )

# cluster.name: Es\_Cluster node.name: ES\_Data1 node.master: false node.data: true path.data: /opt/Gcti/elasticsearch 7.5.2/ data path.logs: /opt/Gcti/logs/elasticsearch network.host: x.x.x.47 discovery.seed\_hosts: ["x.x.x.49","x.x.x.48","x.x.x.47","x.x.x.46","x.x.x.45"] cluster.initial\_master\_nodes: ["ES\_master1","ES\_master2"]

# Kibana.yml

server.host : "elxxx3"  
elasticsearch.hosts: ["[http://elxxx1:9200](http://elxxx1:9200)","[http://elxxx2:9200](http://elxxx2:9200)"] ( master hostname )  
===============================================================================so this my configuration now through fluend i have created pods to send the logs to my Elasticsearch and i am able to see index name in my kibana but in index no data logs its just creating name with 566b so any mistake in my configuration .. can anyone help me in that

 ![ES](https://us1.discourse-cdn.com/elastic/original/3X/5/a/5ad755336643a4cfff6fa3291a314feaa8b90123.jpeg)

---

<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: [August 16, 2021, 2:51am UTC](https://discuss.elastic.co/t/elastic-search-configuration-with-kibana-and-nodes/281431/2 "2021-08-16T02:51:33Z")

</div>

> [@Dilnawaz\_Khan](#):
>
> 2 master node

That is not ideal, because there is no majority of 2 so you cannot form a quorum.

> [@Dilnawaz\_Khan](#):
>
> elasticsearch 7.5.2

7.5 is [EOL](https://www.elastic.co/support/eol), please upgrade ASAP.

> [@Dilnawaz\_Khan](#):
>
> so this my configuration now through fluend i have created pods to send the logs to my Elasticsearch and i am able to see index name in my kibana but in index no data logs its just creating name with 566b

You would need to check fluentd and see what is happening there.

---

<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: [September 13, 2021, 2:52am UTC](https://discuss.elastic.co/t/elastic-search-configuration-with-kibana-and-nodes/281431/3 "2021-09-13T02:52:19Z")

</div>

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