logstash-filter-mutate 3.3.2 → 3.3.3

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
  SHA256:
3
- metadata.gz: 7e984a5018bec5903f3731c447c9e1fffe4b149c0c2e27ce9055e14f21deb9c0
4
- data.tar.gz: 2b3c094ca15d06ac17c6746673ca31e40b7ca41b2217bd3c0f0ea8476c27f4c6
3
+ metadata.gz: f20ca54481c031dc7b09b7f7ac9cb57a5f7b368bfbce07e27b16dd13a4b5cc3a
4
+ data.tar.gz: 193c6571cd2af077fa9cbdde1a8964086a61912e4b19954a1aa0e0a010be59dc
5
5
  SHA512:
6
- metadata.gz: e7286e1ea17e30d46e942a7c8d1a9107c57a11d0158dc7bb979b1ac09c0b85a94159480b8b568b197c73d922369c90c0c85ca8e356e6648b501cc007c28a7fab
7
- data.tar.gz: 7480daecb2a3c584302b6296597bc3d0f8583286ace082d6106daf6555c28705ecc73e6d28c0e8b92d41374fedf210f5cac156f5c1e431fa9f33f6709774272d
6
+ metadata.gz: 0cc9d87eed01b932605bf714d3f236abaef0fa39dbd03d46591118afb460e3c10d5960c304cb6fc28c38f66cbf6433c725a7d22e209217efef5fa7929514554a
7
+ data.tar.gz: d86ab61eb366dae462b17d88d7db52bef40136844c80a627553ab240196fcd80ea670f2100ee3756f3e13111974df09a689d5c17130f233c4cfddd5deb3126aa
@@ -1,3 +1,6 @@
1
+ ## 3.3.3
2
+ - Changed documentation to clarify use of `replace` config option [#125](https://github.com/logstash-plugins/logstash-filter-mutate/pull/125)
3
+
1
4
  ## 3.3.2
2
5
  - Fix: when converting to `float` and `float_eu`, explicitly support same range of inputs as their integer counterparts; eliminates a regression introduced in 3.3.1 in which support for non-string inputs was inadvertently removed.
3
6
 
@@ -236,7 +236,7 @@ Example:
236
236
  * Value type is <<hash,hash>>
237
237
  * There is no default value for this setting.
238
238
 
239
- Replace a field with a new value. The new value can include `%{foo}` strings
239
+ Replace the value of a field with a new value. The new value can include `%{foo}` strings
240
240
  to help you build a new value from other parts of the event.
241
241
 
242
242
  Example:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-mutate'
4
- s.version = '3.3.2'
4
+ s.version = '3.3.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Performs mutations on fields"
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/logstash-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-filter-mutate
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.2
4
+ version: 3.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-01 00:00:00.000000000 Z
11
+ date: 2018-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement