logstash-filter-cidrtagmap 2.2.0 → 2.2.1

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: 33b9265423d1404259c0f09c39b60037d9320a0f
4
- data.tar.gz: 68e7a6a92a928855534f2b4415d27090505519dc
3
+ metadata.gz: b5b03715ed7faae91a5743888673133fc1e38f46
4
+ data.tar.gz: 099d4e7205b61824c2c20e70371131db1583618b
5
5
  SHA512:
6
- metadata.gz: 919b0c6f601a7e815a0a7534b9acd84b0ed3b92c1715c67dba0344e2978dfb1f092be1a6d2229a86784ddcdfb2bce6ca3d686325c566c22a19bf2c8142eaeff5
7
- data.tar.gz: 4b5789a1add66f0eaa07e3cd2d955528c506719eb8ec0939ac4cc89b2e18825862c37121f71f759cab4062978b37378a592083113f09bb8444e5c13d2d727d76
6
+ metadata.gz: c8667eec0709a8f2482dad2282f170dc6354e38aaa3d001e8fc835a33c633f4f324644dab414901d72646abe958ea3cbce9f026e60182ffd1f23fa6c4b2c4738
7
+ data.tar.gz: d0bbdfc5a1b35351ef0c69b0b0cf4781a117f3d48d476b3db9e1c6a6e4f82324dcf2986ec1b5397bb0eb67e61fc105deacfdb24a26dcb88c413b4d484f42a516
@@ -2,4 +2,9 @@
2
2
  - Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
3
3
  instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
4
4
  - Dependency on logstash-core update to 2.0
5
+ ## 2.2.0
6
+ - Altered tag logic to accept and use multiple tags per match.
7
+ - Tag field name has changed - it is now "tags" rather than "tag"
8
+ ## 2.2.1
9
+ - Updated CHANGELOG
5
10
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-cidrtagmap'
3
- s.version = '2.2.0'
3
+ s.version = '2.2.1'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = "Filter adds tags to events in logstash based on a table of cidr->name mappings and optionally adds asn name fields"
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/logstash-plugin install gemname. This gem is not a stand-alone program. Filter adds tags to events in logstash based on a table of cidr->name mappings and optionally adds asn name fields"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-cidrtagmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - svdasein