logstash-filter-mutate 0.1.1 → 0.1.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: e1a18fa5b241d8d58dd013933b60a702dcfdc288
4
- data.tar.gz: d33b112ef930d1000bbaf69be4b7cc323855aa95
3
+ metadata.gz: 3bc48a969400c2b460590961aa3fbf164c9482ec
4
+ data.tar.gz: a0c6d9cf3569d570361dae0f1cd3041e6a9d8a51
5
5
  SHA512:
6
- metadata.gz: f292e896bf3cf0ab5a13c0870193e1a77cc2dc55bb35b3502d36a3b38f2d445472cb531deaa6cece61647e2465038a444fd570860986f74f5d9740a59b7d5e44
7
- data.tar.gz: 7ad094fff3b4c5212dff464f314a67f2fe6d3e85e312464bbd427561702cf63cbe2e1c0130f330bde9597200a7cc05bd936c547914d4eca26774f491ab9c9a06
6
+ metadata.gz: c3763d7e7b2c00ea28d2609831037a514e3c5909906d8adbc7588ee4cb42979d6f0185a940a76229f0c2cdf6784eaa9c56b024d58ab188325d4550105074ae42
7
+ data.tar.gz: 6edeb18f46779b19bd3c4fbe4fc3d6b7092728dda7d8211bc233907e11d8c88f9c4e098ffb04f4805e58255a7ac3602cddb6b6e5333ee4a3dd0c131b16292945
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-mutate'
4
- s.version = '0.1.1'
4
+ s.version = '0.1.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "The mutate filter allows you to perform general mutations on fields. You can rename, remove, replace, and modify fields in your events."
7
7
  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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-mutate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch