logstash-filter-geoip 0.1.10 → 1.0.0

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: a390796c41012bb317660617d153447bc0ddb41d
4
- data.tar.gz: 92a01375dc07a6544148eb95e85348894b2071ae
3
+ metadata.gz: 91273376a7c1dcd7984cc6bf664c22929fecce0f
4
+ data.tar.gz: 29a38d10d4d007310c4eb213b737529e250ced2c
5
5
  SHA512:
6
- metadata.gz: 3506a0bd8697bc5cf4ad651f7de0510e1550d5637809548bb8b8daae9ddd3dc184d639552a6b06fc1330781e906c263046fc0b1e534b1e0ab30aa6bf404b9da6
7
- data.tar.gz: f252e8844eecadf8007c3e762d8ea566688e6e44e7a40d45a40920dbec498d4ccc4d6092194ab89ef66eacfa6aa7dbe54270704d333fd94f8c3b2eee1f53194d
6
+ metadata.gz: e62fd1df531f62ae77b290e19e98acd528cdc3efd6cb21c7e48584a623b39b2a72877f68d3ad3e286bfdc94d668fbd950053c711ac346e99787ec5829a45a62b
7
+ data.tar.gz: ea1821b4d6ddc17396e743dbcb8f16305188a94789571b66f6d6b6c984d8d33720b34db249cf64e44081068c57e41d78d3066884384d5c4b659e36c8112d98af
File without changes
@@ -0,0 +1,5 @@
1
+ Elasticsearch
2
+ Copyright 2012-2015 Elasticsearch
3
+
4
+ This product includes software developed by The Apache Software
5
+ Foundation (http://www.apache.org/).
data/README.md CHANGED
@@ -13,7 +13,7 @@ Logstash provides infrastructure to automatically generate documentation for thi
13
13
 
14
14
  ## Need Help?
15
15
 
16
- Need help? Try #logstash on freenode IRC or the logstash-users@googlegroups.com mailing list.
16
+ Need help? Try #logstash on freenode IRC or the https://discuss.elastic.co/c/logstash discussion forum.
17
17
 
18
18
  ## Developing
19
19
 
@@ -41,8 +41,8 @@ class LogStash::Filters::GeoIP < LogStash::Filters::Base
41
41
  # are included in the event.
42
42
  #
43
43
  # For the built-in GeoLiteCity database, the following are available:
44
- # `city\_name`, `continent\_code`, `country\_code2`, `country\_code3`, `country\_name`,
45
- # `dma\_code`, `ip`, `latitude`, `longitude`, `postal\_code`, `region\_name` and `timezone`.
44
+ # `city_name`, `continent_code`, `country_code2`, `country_code3`, `country_name`,
45
+ # `dma_code`, `ip`, `latitude`, `longitude`, `postal_code`, `region_name` and `timezone`.
46
46
  config :fields, :validate => :array
47
47
 
48
48
  # Specify the field into which Logstash should store the geoip data.
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-geoip'
4
- s.version = '0.1.10'
4
+ s.version = '1.0.0'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "$summary"
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/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-geoip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-20 00:00:00.000000000 Z
11
+ date: 2015-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core
@@ -65,17 +65,17 @@ extensions: []
65
65
  extra_rdoc_files: []
66
66
  files:
67
67
  - .gitignore
68
+ - CHANGELOG.md
68
69
  - CONTRIBUTORS
69
70
  - Gemfile
70
71
  - LICENSE
72
+ - NOTICE.TXT
71
73
  - README.md
72
74
  - Rakefile
73
75
  - lib/logstash/filters/geoip.rb
74
76
  - logstash-filter-geoip.gemspec
75
77
  - spec/filters/geoip_spec.rb
76
78
  - vendor.json
77
- - vendor/GeoLiteCity-2013-01-18.dat
78
- - vendor/GeoIPASNum-2014-02-12.dat
79
79
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
80
80
  licenses:
81
81
  - Apache License (2.0)
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  version: '0'
99
99
  requirements: []
100
100
  rubyforge_project:
101
- rubygems_version: 2.1.9
101
+ rubygems_version: 2.2.2
102
102
  signing_key:
103
103
  specification_version: 4
104
104
  summary: $summary