Network.host on elk 7.5

Hi All,
My first post to ELK!

I am trying 7.5 with following config:
Host| Purpose | Status
elk01| elasticsearch | running with network.host with default
kibana01 | kibana | running but complains...


log [19:26:10.867] [error][data][elasticsearch] Request error, retrying
GET http://elk01:9200/_xpack => connect ECONNREFUSED 192.168.217.141:9200
log [19:26:11.010] [warning][legacy-plugins] Skipping non-plugin directory at /home/dpatel/kibana-7.5.1-linux-x86_64/src/legacy/core_plugins/visualizations
log [19:26:11.385] [warning][data][elasticsearch] Unable to revive connection: http://elk01:9200/
log [19:26:11.385] [warning][data][elasticsearch] No living connections
log [19:26:11.386] [warning][licensing][plugins] License information could not be obtained from Elasticsearch for the [data] cluster. Error: No Living connections
log [19:26:11.479] [info][plugins-system] Starting [8] plugins: [security,licensing,code,timelion,features,spaces,translations,data]
log [19:26:11.484] [error][admin][elasticsearch] Request error, retrying
GET http://elk01:9200/.kibana => connect ECONNREFUSED 192.168.217.141:9200
log [19:26:11.486] [error][admin][elasticsearch] Request error, retrying
GET http://elk01:9200/.kibana_task_manager => connect ECONNREFUSED 192.168.217.141:9200
log [19:26:11.487] [warning][admin][elasticsearch] Unable to revive connection: http://elk01:9200/
log [19:26:11.487] [warning][admin][elasticsearch] No living connections


Is it because it needs some kind of license?
How do I really setup multi node experimental ELK cluster without any license?

Thanks!
DP

Welcome!

What are elasticsearch logs?

Please format your code, logs or configuration files using </> icon as explained in this guide and not the citation button. It will make your post more readable.

Or use markdown style like:

```
CODE
```

This is the icon to use if you are not using markdown format:

There's a live preview panel for exactly this reasons.

Lots of people read these forums, and many of them will simply skip over a post that is difficult to read, because it's just too large an investment of their time to try and follow a wall of badly formatted text.
If your goal is to get an answer to your questions, it's in your interest to make it as easy to read and understand as possible.
Please update your post.

David,
Thanks for advise. I will keep in mind from now on-wards.

-DP

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