From bc5c3569d5bf4e7971ca6615fc1b4ed308b923cc Mon Sep 17 00:00:00 2001 From: Robert Cowart Date: Thu, 13 Sep 2018 09:44:54 +0200 Subject: [PATCH] bump to v1.0.1 --- .../conf.d/20_filter_suricata.logstash.conf | 2 +- .../conf.d/30_output_elasticsearch.logstash.conf | 8 ++++---- .../templates/synlite_suricata.template.json | 4 ++-- .../templates/synlite_suricata_stats.template.json | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/logstash/synlite_suricata/conf.d/20_filter_suricata.logstash.conf b/logstash/synlite_suricata/conf.d/20_filter_suricata.logstash.conf index 739abcb..ecf399d 100644 --- a/logstash/synlite_suricata/conf.d/20_filter_suricata.logstash.conf +++ b/logstash/synlite_suricata/conf.d/20_filter_suricata.logstash.conf @@ -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" } } diff --git a/logstash/synlite_suricata/conf.d/30_output_elasticsearch.logstash.conf b/logstash/synlite_suricata/conf.d/30_output_elasticsearch.logstash.conf index d1e9f7a..b487ad5 100644 --- a/logstash/synlite_suricata/conf.d/30_output_elasticsearch.logstash.conf +++ b/logstash/synlite_suricata/conf.d/30_output_elasticsearch.logstash.conf @@ -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 { @@ -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" } } diff --git a/logstash/synlite_suricata/templates/synlite_suricata.template.json b/logstash/synlite_suricata/templates/synlite_suricata.template.json index 74f6b60..f439f3d 100755 --- a/logstash/synlite_suricata/templates/synlite_suricata.template.json +++ b/logstash/synlite_suricata/templates/synlite_suricata.template.json @@ -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, diff --git a/logstash/synlite_suricata/templates/synlite_suricata_stats.template.json b/logstash/synlite_suricata/templates/synlite_suricata_stats.template.json index 1351094..03726d8 100755 --- a/logstash/synlite_suricata/templates/synlite_suricata_stats.template.json +++ b/logstash/synlite_suricata/templates/synlite_suricata_stats.template.json @@ -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,