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 +4 -4
- data/lib/logstash/outputs/scacsv.rb +6 -0
- data/logstash-output-scacsv.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e35e535207c45343538317af6b579fa7bb68ed3
|
4
|
+
data.tar.gz: 640b6ae3b283075a6b1c8ae033803621696ea92c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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-
|
11
|
+
date: 2015-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: logstash-core
|