oracle/weblogic-logging-exporter

Support exporting logs to Elasticsearch cluster with multiple nodes

rkmohapatra opened this issue · 1 comments

We have a scenario, that consists of 2 Elasticsearch(ES) master nodes deployed on Kubernetes and exposed as 'NodePort' service. So, that we can access the ES service using both the node ip/port and can also use multiple node addresses for Logstash configuration as an example.

In such case, we should be able to use both node ip/port as publishHost and publishPort (as a failover mechanism).

I think it will be a required feature in Weblogic exporter unless there is already a way to do this.
Also, in cases, when the ES service is exposed via Loadbalancer, Weblogic exporter should also support the configuration of loadbalancer URL instead of specifying host/port of the ES service.

Thanks so much for providing this requirement, we will capture and prioritize it.

Monica