From f9d56a4e3db6b64ac58ebb382c36fef904b41897 Mon Sep 17 00:00:00 2001 From: Robert Cowart Date: Thu, 26 Jul 2018 13:15:46 +0200 Subject: [PATCH] bump to 3.2.0 --- logstash/elastiflow/conf.d/30_output_10_single.logstash.conf | 4 ++-- .../conf.d/30_output_20_multi.logstash.conf.disabled | 4 ++-- logstash/elastiflow/templates/elastiflow.template.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/logstash/elastiflow/conf.d/30_output_10_single.logstash.conf b/logstash/elastiflow/conf.d/30_output_10_single.logstash.conf index 730f64c..6550faa 100644 --- a/logstash/elastiflow/conf.d/30_output_10_single.logstash.conf +++ b/logstash/elastiflow/conf.d/30_output_10_single.logstash.conf @@ -25,9 +25,9 @@ output { #cacert => "/PATH/TO/CERT" user => "${ELASTIFLOW_ES_USER:elastic}" password => "${ELASTIFLOW_ES_PASSWD:changeme}" - index => "elastiflow-3.1.0-%{+YYYY.MM.dd}" + index => "elastiflow-3.2.0-%{+YYYY.MM.dd}" template => "${ELASTIFLOW_TEMPLATE_PATH:/etc/logstash/templates}/elastiflow.template.json" - template_name => "elastiflow-3.1.0" + template_name => "elastiflow-3.2.0" template_overwrite => "true" } } diff --git a/logstash/elastiflow/conf.d/30_output_20_multi.logstash.conf.disabled b/logstash/elastiflow/conf.d/30_output_20_multi.logstash.conf.disabled index e20a234..4aebd7c 100644 --- a/logstash/elastiflow/conf.d/30_output_20_multi.logstash.conf.disabled +++ b/logstash/elastiflow/conf.d/30_output_20_multi.logstash.conf.disabled @@ -25,9 +25,9 @@ output { #cacert => "/PATH/TO/CERT" user => "${ELASTIFLOW_ES_USER:elastic}" password => "${ELASTIFLOW_ES_PASSWD:changeme}" - index => "elastiflow-3.1.0-%{+YYYY.MM.dd}" + index => "elastiflow-3.2.0-%{+YYYY.MM.dd}" template => "${ELASTIFLOW_TEMPLATE_PATH:/etc/logstash/templates}/elastiflow.template.json" - template_name => "elastiflow-3.1.0" + template_name => "elastiflow-3.2.0" template_overwrite => "true" } } diff --git a/logstash/elastiflow/templates/elastiflow.template.json b/logstash/elastiflow/templates/elastiflow.template.json index f851597..8c3620c 100755 --- a/logstash/elastiflow/templates/elastiflow.template.json +++ b/logstash/elastiflow/templates/elastiflow.template.json @@ -1,7 +1,7 @@ { "order": 0, - "version": 30100, - "index_patterns": "elastiflow-3.1.0-*", + "version": 30200, + "index_patterns": "elastiflow-3.2.0-*", "settings": { "index": { "number_of_shards": 3,