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 +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/logstash-filter-mutate.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f20ca54481c031dc7b09b7f7ac9cb57a5f7b368bfbce07e27b16dd13a4b5cc3a
|
4
|
+
data.tar.gz: 193c6571cd2af077fa9cbdde1a8964086a61912e4b19954a1aa0e0a010be59dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cc9d87eed01b932605bf714d3f236abaef0fa39dbd03d46591118afb460e3c10d5960c304cb6fc28c38f66cbf6433c725a7d22e209217efef5fa7929514554a
|
7
|
+
data.tar.gz: d86ab61eb366dae462b17d88d7db52bef40136844c80a627553ab240196fcd80ea670f2100ee3756f3e13111974df09a689d5c17130f233c4cfddd5deb3126aa
|
data/CHANGELOG.md
CHANGED
@@ -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
|
|
data/docs/index.asciidoc
CHANGED
@@ -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.
|
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.
|
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-
|
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
|