logstash-filter-geoip 4.2.0-java → 4.2.1-java
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ade36a96e99e9321038609cd3e6a360685e22a98
|
|
4
|
+
data.tar.gz: 0d61ed34fe865e751147221536e7b7162982914d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8094a7fe3575169d6adf227e7e008c7b18f74c863d0141eff1f6e7aa4c8cfbcb63b5ad0191cbbcbee54ab18b714a87616c92fc311d44fb814c31a989effc87d
|
|
7
|
+
data.tar.gz: 57a883f6766dc26269bc10eeae960f74e1748e024fa9b003381ff8e35315f3bb79c3da0a7788b2f54118e9bc8d65c096d1411cda73c5dd8dd32c199683e66b2b
|
data/docs/index.asciidoc
CHANGED
|
@@ -7,7 +7,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
|
|
|
7
7
|
:version: %VERSION%
|
|
8
8
|
:release_date: %RELEASE_DATE%
|
|
9
9
|
:changelog_url: %CHANGELOG_URL%
|
|
10
|
-
:include_path:
|
|
10
|
+
:include_path: ../../../../logstash/docs/include
|
|
11
11
|
///////////////////////////////////////////
|
|
12
12
|
END - GENERATED VARIABLES, DO NOT EDIT!
|
|
13
13
|
///////////////////////////////////////////
|
|
@@ -65,7 +65,7 @@ MaxMind GeoLite database and support IPv4 lookups only.
|
|
|
65
65
|
[id="plugins-{type}s-{plugin}-options"]
|
|
66
66
|
==== Geoip Filter Configuration Options
|
|
67
67
|
|
|
68
|
-
This plugin supports the following configuration options plus the <<plugins-{type}s-common-options>> described later.
|
|
68
|
+
This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
|
|
69
69
|
|
|
70
70
|
[cols="<,<,<",options="header",]
|
|
71
71
|
|=======================================================================
|
|
@@ -78,7 +78,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
|
|
|
78
78
|
| <<plugins-{type}s-{plugin}-target>> |<<string,string>>|No
|
|
79
79
|
|=======================================================================
|
|
80
80
|
|
|
81
|
-
Also see <<plugins-{type}s-common-options>> for a list of options supported by all
|
|
81
|
+
Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
|
|
82
82
|
filter plugins.
|
|
83
83
|
|
|
84
84
|
|
|
@@ -192,4 +192,5 @@ is still valid GeoJSON.
|
|
|
192
192
|
|
|
193
193
|
|
|
194
194
|
|
|
195
|
-
|
|
195
|
+
[id="plugins-{type}s-{plugin}-common-options"]
|
|
196
|
+
include::{include_path}/{type}.asciidoc[]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-filter-geoip'
|
|
4
|
-
s.version = '4.2.
|
|
4
|
+
s.version = '4.2.1'
|
|
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/logstash-plugin install gemname. This gem is not a stand-alone program"
|
|
Binary file
|
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: 4.2.
|
|
4
|
+
version: 4.2.1
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|