Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
bump to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robcowart committed Jul 26, 2018
1 parent 0c5f52a commit f9d56a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions logstash/elastiflow/conf.d/30_output_10_single.logstash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions logstash/elastiflow/templates/elastiflow.template.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit f9d56a4

Please sign in to comment.