logstash-filter-bytes 1.0.0 → 1.0.1
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/README.md +2 -0
- data/logstash-filter-bytes.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9c234230c5e15c01fae29f5543a2e7f66869a4b86a736854fb3ab97cc719177
|
|
4
|
+
data.tar.gz: 3e31b97a09978c23d87da94501edf2bcf6c93a3ad7e178777e8c4e300a6be6ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a193881ba27c343785b7cb18a7c4b62ce4f82e9a9276ae213bec07feea2ecdf1bae223aa65834b97d9fcf401ae4f34679bd5af96a8b89cdc0fa59f7c0b9bbd93
|
|
7
|
+
data.tar.gz: 0cb75860b2d9d8fddcd7018e13e6cc24b6ccdd2ad048d0fc9103aa9b5d539eb7d6ce267be0050a57ad70e638e4c0dbfa5d50b821f9ad4e8e9f4322fe3cdd1680
|
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Logstash Plugin
|
|
2
2
|
|
|
3
|
+
[](https://travis-ci.org/logstash-plugins/logstash-filter-bytes)
|
|
4
|
+
|
|
3
5
|
This is a plugin for [Logstash](https://github.com/elastic/logstash).
|
|
4
6
|
|
|
5
7
|
It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-filter-bytes'
|
|
3
|
-
s.version = '1.0.
|
|
3
|
+
s.version = '1.0.1'
|
|
4
4
|
s.licenses = ['Apache-2.0']
|
|
5
5
|
s.summary = "This filter parses strings representing computer storage sizes into numeric bytes"
|
|
6
6
|
s.description = 'This filter parses strings representing computer storage sizes (e.g. "123 MB" or "6.3GB") into numeric bytes (12'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-filter-bytes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-04-
|
|
11
|
+
date: 2018-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|