Hello everyone. Good afternoon.
Context:
I am migrating from ELK to ECK, and I use it for observability. I have Elasticsearch, Kibana, and Fleet Server instances for both ECK and ELK. The ELK instance communicates with a Heartbeat located in another cluster (so I have two clusters: one for applications and another for observability).
Questions:
I noticed that Beats can be instantiated in ECK. In my case, I am using Heartbeat connected to the ELK Elastic with many monitors running. This Heartbeat is not in the same cluster where ELK is instantiated because the monitored applications are in another cluster. I want to connect this Heartbeat to my Elastic ECK without having to deploy a kind: Beat in ECK. Is it possible? What configurations should I consider?