- For OpenShift Logging 6.x, we would like to use multiple Elasticsearch endpoints or servers according to the latest Vector documentation:
https://vector.dev/docs/reference/configuration/sinks/elasticsearch/#endpoint
- The "endpoint" config option is currently deprecated, and the new "endpoints" (in plural) is the recommended one.
- So, Vector does support a list of `endpoints`, but our `ClusterLogForwarder` does not.
- Hence, we need to enhance our `ClusterLogForwarder` to enable a list of `endpoints` in the YAML definition.