logstash-filter-webservicemap 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -1
- data/README.md +6 -1
- data/logstash-filter-webservicemap.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 870c47db1fa939c77ec066e10254652bcd5fb58a
|
4
|
+
data.tar.gz: af5d05f6f7d6c83f7faab4ce65ff9429a29dbbf1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df14a5cbf391411b52db2ef7bfb1300301c29cefdd44953e902dea38b59b1a8947cc976fd951393f0174346679e3dd0d7e709358a3458d43901edf5e3b2343b6
|
7
|
+
data.tar.gz: e8c3d40de862710b826d1f57890694ed315564e11d19f02039ee507413f020d8b23a7f0b3e75af68e5b2a876da4d18a5827010795865ccb62ccb81bad0656039
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -121,7 +121,7 @@ output {
|
|
121
121
|
}
|
122
122
|
|
123
123
|
### 3. Execution example
|
124
|
-
Install with bin/plugin install webservicemap
|
124
|
+
Install with bin/plugin install logstash-filter-webservicemap
|
125
125
|
bin/logstash -f config/myconf.conf --log logstash.log --debug
|
126
126
|
|
127
127
|
### 4. Results
|
@@ -130,6 +130,11 @@ bin/logstash -f config/myconf.conf --log logstash.log --debug
|
|
130
130
|
#### Output
|
131
131
|
{:timestamp=>"2016-03-13T10:41:50.264000+0100", :message=>"output received", :event=>{"message"=>"200", "@version"=>"1", "@timestamp"=>"2016-03-13T09:41:49.493Z", "host"=>"Mac-mini-de-angel.local", "dest"=>"OK"}, :level=>:debug, :file=>"(eval)", :line=>"47", :method=>"output_func"}
|
132
132
|
|
133
|
+
### 5. Update
|
134
|
+
bin/plugin update logstash-filter-webservicemap
|
135
|
+
|
136
|
+
### 6. GEM
|
137
|
+
https://rubygems.org/gems/logstash-filter-webservicemap
|
133
138
|
|
134
139
|
## Documentation
|
135
140
|
|
@@ -1,10 +1,10 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-filter-webservicemap'
|
4
|
-
s.version = '1.0.
|
4
|
+
s.version = '1.0.2'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "A general search and replace tool which uses a configured web service to determine replacement values."
|
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
|
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 logstash-filter-webservicemap. This gem is not a stand-alone program. See https://github.com/angel9484/logstash-filter-webservicemap"
|
8
8
|
s.authors = ["Elastic"]
|
9
9
|
s.email = 'info@elastic.co'
|
10
10
|
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-filter-webservicemap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
@@ -44,7 +44,7 @@ dependencies:
|
|
44
44
|
- - '>='
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '0'
|
47
|
-
description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install
|
47
|
+
description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install logstash-filter-webservicemap. This gem is not a stand-alone program. See https://github.com/angel9484/logstash-filter-webservicemap
|
48
48
|
email: info@elastic.co
|
49
49
|
executables: []
|
50
50
|
extensions: []
|