Skip to content

Commit afaf014

Browse files
committed
update AF.conf to replace 'ssl' with 'ssl_enabled' for consistency in Elasticsearch output configurations
1 parent 399a1ea commit afaf014

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

configs/AF.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)