logstash-input-box_enterprise 0.2.1 → 0.2.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: 3504d37c52e6b6f95c2814951c6cfef1a5224097
4
- data.tar.gz: 21d3ab79f1ccf32afe524a0689e0f2997910b8ea
3
+ metadata.gz: ffee778a850bd3ac91f96f536baa8267395f590d
4
+ data.tar.gz: f65b2274e8ecbc2246ec89fcc451f8de9bdc92e4
5
5
  SHA512:
6
- metadata.gz: e6abbff8d3b78b36d284d979e7b6fd95c57442f20522a5328b8c0c1b15dd528240276a7b3dd39f6b7f888f88fffe1ebf7d7b3b39b84b952803392236e6e02808
7
- data.tar.gz: e1561615e9371383ea3c4db31393917a26021710c4f66f11067c72fca5dbae96eda4c38ce90360f03b9459081a1da40fdc65f0eecb4a24513e4caf4a3ca0aded
6
+ metadata.gz: 85b0a446bb8fd195ee45e8653f233ae5cf33714a353db20edc9158af336a0d9545103fe257ec4f718601f00597a96fb0457143bea298802273757e13c67ea6f0
7
+ data.tar.gz: 6b489592b47730e717b71e2e8ed8e9b0ee7694df5d8d9b4e45ec137f742eccaa46dc16e240b3a9277659f09416c5086aa348873addb7025bbabb906885e126ba
@@ -1,3 +1,5 @@
1
+ ## 0.2.2
2
+ Fix the HTML encoding issue
1
3
  ## 0.2.0
2
4
  - Updated plugin with 2.4x and 5x compat
3
5
  ## 0.1.0
@@ -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
- @created_after = CGI.escape(@created_after)
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
- @created_before = CGI.escape(@created_before)
164
+ #@created_before = CGI.escape(@created_before)
165
165
  end
166
166
 
167
- @event_type = CGI.escape(@event_type) if @event_type
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.1'
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.1
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-09 00:00:00.000000000 Z
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