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 +4 -4
- data/lib/logstash/filters/geoip.rb +1 -1
- data/logstash-filter-geoip.gemspec +1 -1
- 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: 836b2fc10124e5ab64d0cbeac855456306270c17
|
|
4
|
+
data.tar.gz: a845c1af70eb1bbfa10ff3d3b28c110fa25aa8a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
+
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
|
+
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-
|
|
11
|
+
date: 2015-02-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: logstash
|