logstash-filter-geoip 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f6a29f3786c8098fecfd5002a117ff92e773bdd
4
- data.tar.gz: dd31dec1bbdeec23cbd147a99932777bcb7b453f
3
+ metadata.gz: 836b2fc10124e5ab64d0cbeac855456306270c17
4
+ data.tar.gz: a845c1af70eb1bbfa10ff3d3b28c110fa25aa8a7
5
5
  SHA512:
6
- metadata.gz: b132f60fd716146fd15abb966bc1d02a5c5843246b7343f0ddfd861313eba0e0dd560849a025becb69f25b860ae58e7b8913d8aa7b4250d37b227c7e95175c5a
7
- data.tar.gz: f8565f8a5968ae6326bfaf956430b4112125993ded335e8c1166a7637d34b154bdc9e0d1074383aa126c98d583289bd3f1984082ef94b4d18b100d2429103949
6
+ metadata.gz: 8ce859ec574dfb0c6d0b0f2fc30b82a4d6771c51a3e26151001077cd8cc3ce8b8e2c702c9734d5852fb7f85f56478303810efba90ced304fb46caed8e935872e
7
+ data.tar.gz: 2f03cda347526a26dd09c57ec66ecd5c3b7409bd8bf6dd0d16e2830c86d2885f7619326ee69a10e6ae58b05e7c6ade957d616b35fcbe4f50eaea6250c83b5a1e
@@ -11,7 +11,7 @@ require "tempfile"
11
11
  # http://geojson.org/geojson-spec.html[GeoJSON] format. Additionally,
12
12
  # the default Elasticsearch template provided with the
13
13
  # <<plugins-outputs-elasticsearch,`elasticsearch` output>> maps
14
- # the `[geoip][location]` field to a <<mapping-geo-point-type,`geo_point`>>.
14
+ # the `[geoip][location]` field to an http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-geo-point-type.html#_mapping_options[Elasticsearch geo_point].
15
15
  #
16
16
  # As this field is a `geo_point` _and_ it is still valid GeoJSON, you get
17
17
  # the awesomeness of Elasticsearch's geospatial query, facet and filter functions
@@ -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.4'
4
+ s.version = '0.1.5'
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-02 00:00:00.000000000 Z
11
+ date: 2015-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash