Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robcowart committed Sep 13, 2018
1 parent a05c3c4 commit bc5c356
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ filter {
remove_field => [ "prospector", "source" ]
remove_tag => [ "beats_input_codec_plain_applied" ]
replace => {
"@version" => "1.0.0"
"@version" => "1.0.1"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ output {
hosts => [ "${SYNLITE_SURICATA_ES_HOST:127.0.0.1:9200}" ]
user => "${SYNLITE_SURICATA_ES_USER:elastic}"
password => "${SYNLITE_SURICATA_ES_PASSWD:changeme}"
index => "suricata_stats-1.0.0-%{+YYYY.MM.dd}"
index => "suricata_stats-1.0.1-%{+YYYY.MM.dd}"
template => "${SYNLITE_SURICATA_TEMPLATE_PATH:/etc/logstash/synlite_suricata/templates}/synlite_suricata_stats.template.json"
template_name => "synlite-suricata_stats-1.0.0"
template_name => "synlite-suricata_stats-1.0.1"
template_overwrite => "true"
}
} else {
Expand All @@ -34,9 +34,9 @@ output {
hosts => [ "${SYNLITE_SURICATA_ES_HOST:127.0.0.1:9200}" ]
user => "${SYNLITE_SURICATA_ES_USER:elastic}"
password => "${SYNLITE_SURICATA_ES_PASSWD:changeme}"
index => "suricata-1.0.0-%{+YYYY.MM.dd}"
index => "suricata-1.0.1-%{+YYYY.MM.dd}"
template => "${SYNLITE_SURICATA_TEMPLATE_PATH:/etc/logstash/synlite_suricata/templates}/synlite_suricata.template.json"
template_name => "synlite-suricata-1.0.0"
template_name => "synlite-suricata-1.0.1"
template_overwrite => "true"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"order": 0,
"version": 10000,
"index_patterns": "suricata-1.0.0-*",
"version": 10001,
"index_patterns": "suricata-1.0.1-*",
"settings": {
"index": {
"number_of_shards": 3,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"order": 0,
"version": 10000,
"index_patterns": "suricata_stats-1.0.0-*",
"version": 10001,
"index_patterns": "suricata_stats-1.0.1-*",
"settings": {
"index": {
"number_of_shards": 3,
Expand Down

0 comments on commit bc5c356

Please sign in to comment.