You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we specify multiple cacert files? I have multiple Elasticsearch clusters configured with the same domain name (e.g. es.xxx.com), and use DNS to decide which Elasticsearch cluster to use. So my logstash output setting is like:
elasticsearch {
hosts => [ "https://es.xxx.com" ]
cacert => '/path/to/cacert'
user => "xxx"
password => "xxx"
index => "xxx"
}
Since es.xxx.com may be resolved to differentiations Elasticsearch clusters, and each cluster uses its own cacert, I'd like a way to specify multiple cacert files.
I've tried to put all cacert in the same file (like the following), but only the last one is used.
Can we specify multiple cacert files? I have multiple Elasticsearch clusters configured with the same domain name (e.g. es.xxx.com), and use DNS to decide which Elasticsearch cluster to use. So my logstash output setting is like:
Since es.xxx.com may be resolved to differentiations Elasticsearch clusters, and each cluster uses its own cacert, I'd like a way to specify multiple cacert files.
I've tried to put all cacert in the same file (like the following), but only the last one is used.
The text was updated successfully, but these errors were encountered: