Filebeat with multiple kibana instances

Hello ,

Here I take logs use case as an example, Basically, we'll collect these system logs, application logs for each application on our production, and ship them to different logstash servers and different kibana instances to ensure high availability

but in the filebeat configuration file, I didn't know how to setup multiple kibana instances
I found this config Configure the Kibana endpoint | Filebeat Reference [8.8] | Elastic but it is pointing to an only one kibana host, not multiple kibana hosts(instances)

setup.kibana.host: "192.0.2.255:5601"
setup.kibana.protocol: "http"
setup.kibana.path: /kibana

is there a way to do so?
or how can I ensure high availability for production environment in kibana?

Thank you for your help in advance :slight_smile:

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