Is there a way to bind Kibana to more than one IP address using the kibana configuration file kibana.yml:? Right now, if I change the line
server.host: "127.0.0.1"
for an image
server.host: ["127.0.0.1","123.45.67.89"]
that is valid YML, I get an error.
Is there a way to do this from inside Kibana or do I need to do this through proxy / nginx?
source
share