logstash-output-scacsv 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 373f6c4b2a800362409b49877ddfbb9448a1cc2f
4
- data.tar.gz: 2b73b60065ab79367ea9e24a3b908c64a415a39b
3
+ metadata.gz: 7e35e535207c45343538317af6b579fa7bb68ed3
4
+ data.tar.gz: 640b6ae3b283075a6b1c8ae033803621696ea92c
5
5
  SHA512:
6
- metadata.gz: ce2af21c0d26bb9686975c5be44481d5ad5bdbfd0f77c4961189310db35fc83a6a4d466cbafbf5fe975df001e592d5172490e01fcd5090d80f7fcf7d8c314d62
7
- data.tar.gz: 8d1e769135cf5ba7980a75d6bfed39750120801d15dbe596d6e8ffa5115432b039300e1dde5cc17ca505f2f5ed08b748b1791aebba6add9fb9e123e881d73168
6
+ metadata.gz: f3f335f1c296bb50deab5dddbcf9e6826ed0536b2c56ae1d0b0702bade220cdf30a3fb9a4ea825aee32f71a8326e8c4227124e9381ba5837186fa9b17268f274
7
+ data.tar.gz: 7294983e0dc9d1b3037a47917c25ffb7856693dc39a0bce0da17ca14c62d90ea3c251d2e287ce49a7d806b6d3ed0fd142fc1f335223d5c7486bdb9af94e7f74a
@@ -74,6 +74,12 @@ class LogStash::Outputs::SCACSV < LogStash::Outputs::File
74
74
  when "MINUTE"
75
75
  @fileIntervalWidthSeconds = 60
76
76
  @closeOnIntervalBoundaries = true
77
+ when "FIVE"
78
+ @fileIntervalWidthSeconds = 300
79
+ @closeOnIntervalBoundaries = true
80
+ when "FIFTEEN"
81
+ @fileIntervalWidthSeconds = 900
82
+ @closeOnIntervalBoundaries = true
77
83
  when "HOUR"
78
84
  @fileIntervalWidthSeconds = 3600
79
85
  @closeOnIntervalBoundaries = true
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-scacsv'
3
- s.version = "1.0.1"
3
+ s.version = "1.0.2"
4
4
  s.licenses = ["Apache License (2.0)"]
5
5
  s.summary = "Receives a stream of events and outputs files meeting the csv reqmts for IBM SmartCloudAnalytics Predictive Insights"
6
6
  s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-scacsv
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Mckeown
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-02 00:00:00.000000000 Z
11
+ date: 2015-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core