File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ output {
4444 if [kind] == "condorjob" {
4545 elasticsearch {
4646 hosts => "atlas-kibana.mwt2.org"
47- ssl => true
47+ ssl_enabled => true
4848 document_id => "%{cluster}-%{users}-%{Id}"
4949 index => "af_monitoring"
5050 user => "uc_logstash_indexer"
@@ -53,15 +53,15 @@ output {
5353 } else if [kind] == "benchmark" {
5454 elasticsearch {
5555 hosts => "atlas-kibana.mwt2.org"
56- ssl => true
56+ ssl_enabled => true
5757 index => "af_benchmarks"
5858 user => "uc_logstash_indexer"
5959 password => "${LOGSTASH_PWD}"
6060 }
6161 } else if [kind] == "atlas_iaas_daod_benchmark" {
6262 elasticsearch {
6363 hosts => "atlas-kibana.mwt2.org"
64- ssl => true
64+ ssl_enabled => true
6565 index => "af_triton_benchmarks"
6666 user => "uc_logstash_indexer"
6767 password => "${LOGSTASH_PWD}"
You can’t perform that action at this time.
0 commit comments