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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10fd9f67f05a52b979eb155143b622dec3d1f3cf
4
- data.tar.gz: 188a314dacdb1d29bbfef2dd99a1e8ebfd6f576f
3
+ metadata.gz: 870c47db1fa939c77ec066e10254652bcd5fb58a
4
+ data.tar.gz: af5d05f6f7d6c83f7faab4ce65ff9429a29dbbf1
5
5
  SHA512:
6
- metadata.gz: 02a774779ab2ffb34b72c501ee4837ba4da7dfaa1bbd57d3dacef6f8b8e630ea816f397ee47a73d39ce14acd08cdcb51081bc369693a959f81a9f2568f11f6f1
7
- data.tar.gz: 05b6718bb4a04caeb11f75812020485171938ef1c06e7a7b232040d7aa0eb3f6f8f98b334786c85dc5a93cab3ed0cfb71a179352e7b0b57fcb088a567678f195
6
+ metadata.gz: df14a5cbf391411b52db2ef7bfb1300301c29cefdd44953e902dea38b59b1a8947cc976fd951393f0174346679e3dd0d7e709358a3458d43901edf5e3b2343b6
7
+ data.tar.gz: e8c3d40de862710b826d1f57890694ed315564e11d19f02039ee507413f020d8b23a7f0b3e75af68e5b2a876da4d18a5827010795865ccb62ccb81bad0656039
data/CHANGELOG.md CHANGED
@@ -1,2 +1,5 @@
1
1
  ## 1.0.1
2
- - Minor fix to allow url's without a dot.
2
+ - Minor fix to allow url's without a dot.
3
+
4
+ ## 1.0.2
5
+ - Only updated gemspec description
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.1'
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 gemname. This gem is not a stand-alone program"
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.1
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 gemname. This gem is not a stand-alone program
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: []