logstash-filter-ipinfo 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: 15f6c1deaa822397819cb18884f5f5a2d93dd292a2bd7ec89b9405d5b64b00df
4
- data.tar.gz: a96745474ef95cf6ae1da1aa6d6c6a0b8df2b27a1cd024c1597bea017a80f50b
3
+ metadata.gz: 180def3de5de541391b519cf9eef0cdfac64ffbb99295a4fb8f081688562fec3
4
+ data.tar.gz: 87766c421b25418a8b69227312feb302020d5b18d78d175b800f61ec544edcfc
5
5
  SHA512:
6
- metadata.gz: 9cb9366310da3113d86325c458ae13c73a44e1da1aa6d9a1d2bf2ae91d83ddd754b24d8bc8b9b660e4013ff590c5ce1714620b4fa112ab9e022122e19978809d
7
- data.tar.gz: bcaab36fbdb80f8ac9d7c5cafb4cad559deb203a10be89ac75c466904a9cd27c0efc1cb7bce17fa60adcca16888c2cecbd3f08ebcfb624076e4312fb392b2684
6
+ metadata.gz: 925f5bac7dd66aec32426829b52a79b242658d55d118701530c0396466228a2a53d30f979d2398fb1c34d0a99fbb53dd286f76840c08fc5986f7f3d572bdbd03
7
+ data.tar.gz: fe1a98721d80f4f7ee8923f0487ef42634c2f29b378e74fb18c2c40f62bea22beb2f9ee1098f0f8b663adc9593bbeade7f658510cf89a9e0918825e9041288e8
data/README.md CHANGED
@@ -21,7 +21,7 @@ Or you can build it yourself:
21
21
  git clone https://github.com/nsherron90/logstash-filter-ipinfo.git
22
22
  bundle install
23
23
  gem build logstash-filter-ipinfo.gemspec
24
- $LS_HOME/bin/logstash-plugin install logstash-filter-ipinfo-0.1.1.gem
24
+ $LS_HOME/bin/logstash-plugin install logstash-filter-ipinfo-0.1.2.gem
25
25
  ```
26
26
 
27
27
  ### 2. Filter Configuration
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-ipinfo'
3
- s.version = '0.1.1'
3
+ s.version = '0.1.2'
4
4
  s.licenses = ['Apache-2.0']
5
- s.summary = 'This ipinfo filter takes contents in the ip field and returns ipinfo api data (see https://ipinfo.io/ for more info).'
6
- 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 logstash-filter-ipinfo. This gem is not a stand-alone program'
5
+ s.summary = 'This ipinfo filter takes contents in the ip field and returns ip geolocation api data (see https://ipinfo.io/ for more info).'
6
+ s.description = 'Geolocation enrichment for IP addresses matched from logstash events'
7
7
  s.homepage = 'https://github.com/nsherron90/logstash-filter-ipinfo'
8
8
  s.authors = ['nsherron90']
9
9
  s.email = 'nsherron90@gmail.com'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-ipinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - nsherron90
@@ -52,9 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: 0.9.2
55
- description: This gem is a Logstash plugin required to be installed on top of the
56
- Logstash core pipeline using $LS_HOME/bin/logstash-plugin install logstash-filter-ipinfo.
57
- This gem is not a stand-alone program
55
+ description: Geolocation enrichment for IP addresses matched from logstash events
58
56
  email: nsherron90@gmail.com
59
57
  executables: []
60
58
  extensions: []
@@ -95,8 +93,8 @@ rubyforge_project:
95
93
  rubygems_version: 2.7.9
96
94
  signing_key:
97
95
  specification_version: 4
98
- summary: This ipinfo filter takes contents in the ip field and returns ipinfo api
99
- data (see https://ipinfo.io/ for more info).
96
+ summary: This ipinfo filter takes contents in the ip field and returns ip geolocation
97
+ api data (see https://ipinfo.io/ for more info).
100
98
  test_files:
101
99
  - spec/filters/greynoise_spec.rb
102
100
  - spec/spec_helper.rb