Hi
I'm new to ELK and I'm doing POC to implement ELK with cluster setup. With the basic cluster configuration of Elasticsearch(2nodes), the Kibana GUI working fine. But via F5 load balance URL it is not working. The login page is keep waiting for long time and throwing serverBase URL issue.
Can someone suggest the required configuration to achieve Kibana access via F5 URL?
F5 configuration:
http profile
http://myelkhost.mydomain.com ( mapped to myelknode1:5602, myelknode2:5602)
Load blancing Method: round-robin
Persistence Type:none
Kibana(yml):
server.basePath: "/kibana"
server.host:localhost
server.port: 5602
elasticsearch.hosts: "http:// myelknode1:9200","http:// myelknode2:9200"]