Hello everyone,
I'm new here and in the field of observability.
I manage many apps in different AWS services.
I have difficulties to monioring all those apps.
And I decided to set up ELK stack.
This picture show you the details of the stack I'd like to set up.
I try to do a POC before but that's not work as well.
This is what I tryed :
Kibana.yml
server.port: 5601
server.host: "0.0.0.0"
elasticsearch.hosts: "10.0.0.238:9200" <the private IP of the server where ElasticSearch is installed>
elsaticsearch.yml
node.name: node-1
network.host: 0.0.0.0
iscovery.seed_hosts: ["10.0.0.238","127.0.0.1"]
cluster.initial_master_nodes: ["node-1"]
And Kibana don't find elasticsearch.
Thanks for reading me.