logstash-filter-cidr 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/logstash-filter-cidr.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Yzk2MDNjNDkyODMxYTVkMTg1MmY4YWExZTMyNTk2OTNkN2EzMWE4Mw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YjM5OGIzMWQyOGVmYTQ2YjE5NGUxNDY0YjlhOWVlYTNlNmU0ZTE0MA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTA0YmUzMWVlZjU0NGM3ODhjNzk4NDYxNWVjMDNhM2NlZDUxMDIzZWExOTkz
|
10
|
+
ZTZiZWVkYzhmMzY1NWU4ODJiMmVjNmNmYWU5YTk4Y2VkOTBhZGFiMmQxZjc1
|
11
|
+
ZTFlMzA2NTU1ZTMyNWI0OGE2MDFkYTM5NjA5MzFmODYwYWQ4ODA=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OGViNDVkODQ0ZWM2MDVjZjQ3YzVmYmU3YTFmNTczOTVhZmU0NmExZTE1MWE3
|
14
|
+
NGFjOGE5MGUyZGQxNDE5NmM1YjhiN2MzMjJlZmQwNThhYzg0YWJmMDA2ZDhk
|
15
|
+
ZTk5MTAwN2ZjNzg3YmYyYWU2ZTAzMTIwNGEzMTVjYTBjMTEwZTY=
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-filter-cidr'
|
4
|
-
s.version = '0.1.
|
4
|
+
s.version = '0.1.1'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "The CIDR filter is for checking IP addresses in events against a list of network blocks that might contain it."
|
7
7
|
s.description = "The CIDR filter is for checking IP addresses in events against a list of network blocks that might contain it. Multiple addresses can be checked against multiple networks, any match succeeds. Upon success additional tags and/or fields can be added to the event."
|