Hello!
I am new to Elastic and Kibana.
I am running Elastic and Kibana on my dev-machine.
I can see one ES node at this machine and i have already created indexes and i have some data in ES.
Now i try to set up ES on a second machine on my network, lets call it prod-machine.
I installed java and ES with brew.
I edited the elastic search.yml on that prod-machine like this:
transport.host: 192.168.2.108
transport.tcp.port: 9300
ES is running on that machine without Kibana.
Then in Kibana on my dev-machine, i added the prod-machine under management / remote clusters / add new cluster. It is connected under http://192.168.2.108:9300
Why i can't see it under monitoring / clusters ?
I edited the kibana.yml on my dev-machine like this:
elasticsearch.hosts: ["http://localhost:9200","http://192.168.2.108:9300" ]
Now i get this error:
[17:10:06.947] [error][elasticsearch][security] Request error, retrying
GET http://192.168.2.108:9300/.kibana/_doc/space%3Adefault => Parse Error
[17:10:13.608] [error][elasticsearch][monitoring] Request error, retrying
POST http://192.168.2.108:9300/.monitoring-es-6-%2C.monitoring-es-7-/_search?size=0&ignore_unavailable=true => Parse Error
Kibana is not running with that error,
How to tell Kibana on my dev-machine, to find ES on 192.168.2.108:9300 and show it under Monitoring / Clusters / elasticsearch?
By the way, is there german forum ? maybe i need a german tutorial
Thanks for your help !