logstash-filter-alter 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/LICENSE +13 -0
- data/logstash-filter-alter.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ODc4MWE4ZjNkODEyMjc0NGJkMTgxZTAwZjMzYWI0NTNmNGYzMWRjMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NjEzMTVhOWVkOWI1OWQwMDA1Nzg3M2EwNTdjNDFhNzBkZjUwOTE4OQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZDlmM2UwNTdiZWNiNjQyMzA2NThjOTllZTIwODM1ZDgyOTE3MzZiZTAzZTBi
|
10
|
+
Y2JhZjIwYTcxMTY0NTg3ODk3N2MyMDg4YmMxYzk2NDU2MzRmM2RmNTIwNzA2
|
11
|
+
OWNmODk5YTM5YWVkN2RmNThmYTRiMTZhZGU4ZjhlNDE5ZjNkMzM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YmU1Y2U1MDU5ODdmYjk5NjhhNzYzYzNjOWEzMDE2NWM1MzViMTQwMDNjOTEw
|
14
|
+
MzhhNDJjYTk0YjViYzYwMzkyODY4ZTU2MWJlNjljYWE2MTMxMGE5MjQ3Njcx
|
15
|
+
ODY2OGViMjI2MTNkNDFhNmViZWFlNzA4OWI3YzQxMjRmYTEwNjU=
|
data/LICENSE
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
Copyright (c) 2012-2014 Elasticsearch <http://www.elasticsearch.org>
|
2
|
+
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
you may not use this file except in compliance with the License.
|
5
|
+
You may obtain a copy of the License at
|
6
|
+
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
See the License for the specific language governing permissions and
|
13
|
+
limitations under the License.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-filter-alter'
|
4
|
-
s.version = '0.1.
|
4
|
+
s.version = '0.1.1'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "The alter filter allows you to do general alterations to fields that are not included in the normal mutate filter"
|
7
7
|
s.description = "The alter filter allows you to do general alterations to fields that are not included in the normal mutate filter"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-filter-alter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elasticsearch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: logstash
|
@@ -39,6 +39,7 @@ extra_rdoc_files: []
|
|
39
39
|
files:
|
40
40
|
- .gitignore
|
41
41
|
- Gemfile
|
42
|
+
- LICENSE
|
42
43
|
- Rakefile
|
43
44
|
- lib/logstash/filters/alter.rb
|
44
45
|
- logstash-filter-alter.gemspec
|