logstash-input-box_enterprise 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/lib/logstash/inputs/box_enterprise.rb +3 -3
- data/logstash-input-box_enterprise.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: ffee778a850bd3ac91f96f536baa8267395f590d
|
|
4
|
+
data.tar.gz: f65b2274e8ecbc2246ec89fcc451f8de9bdc92e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85b0a446bb8fd195ee45e8653f233ae5cf33714a353db20edc9158af336a0d9545103fe257ec4f718601f00597a96fb0457143bea298802273757e13c67ea6f0
|
|
7
|
+
data.tar.gz: 6b489592b47730e717b71e2e8ed8e9b0ee7694df5d8d9b4e45ec137f742eccaa46dc16e240b3a9277659f09416c5086aa348873addb7025bbabb906885e126ba
|
data/CHANGELOG.md
CHANGED
|
@@ -151,7 +151,7 @@ class LogStash::Inputs::BoxEnterprise < LogStash::Inputs::Base
|
|
|
151
151
|
raise LogStash::ConfigurationError, "created_after must be of the form " +
|
|
152
152
|
"yyyy-MM-dd’‘T’‘HH:mm:ssZZ, e.g. 2013-01-01T12:00:00-07:00."
|
|
153
153
|
end
|
|
154
|
-
|
|
154
|
+
#@created_after = CGI.escape(@created_after)
|
|
155
155
|
end
|
|
156
156
|
|
|
157
157
|
if (@created_before)
|
|
@@ -161,10 +161,10 @@ class LogStash::Inputs::BoxEnterprise < LogStash::Inputs::Base
|
|
|
161
161
|
raise LogStash::ConfigurationError, "created_before must be of the form " +
|
|
162
162
|
"yyyy-MM-dd’‘T’‘HH:mm:ssZZ, e.g. 2013-01-01T12:00:00-07:00."
|
|
163
163
|
end
|
|
164
|
-
|
|
164
|
+
#@created_before = CGI.escape(@created_before)
|
|
165
165
|
end
|
|
166
166
|
|
|
167
|
-
|
|
167
|
+
#@event_type = CGI.escape(@event_type) if @event_type
|
|
168
168
|
|
|
169
169
|
if (@private_key_pass_env and @private_key_pass_file)
|
|
170
170
|
raise LogStash::ConfigurationError, "Both private_key_file and private_key_env cannot be set. Please select one for use."
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-box_enterprise'
|
|
3
|
-
s.version = '0.2.
|
|
3
|
+
s.version = '0.2.2'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
5
|
s.summary = 'This plugin fetches enterprise events from Box.com to ship to a siem'
|
|
6
6
|
s.description = 'For SIEMs that do not have the capability to pull the log events from Box.com, this plugin can do the push and push to the SIEM'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-box_enterprise
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SRA
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-03-
|
|
11
|
+
date: 2019-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|