logstash-filter-rancher_metadata 0.0.1 → 0.0.2

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: e76fdee2884c47ea727fe867a3cfa5b65a50105e
4
- data.tar.gz: 1baff144bf47f92e722c39859d9fd53046f76546
3
+ metadata.gz: 7ae1e674b0cb9cef6fc684beda18ea3ef723b0d8
4
+ data.tar.gz: a940fbabb3c751523b9a61ec4bdc98df97aa2dd4
5
5
  SHA512:
6
- metadata.gz: cacbb87ea9d3e63bf958df523044cd71106f4a9bede3b7aa5d2a6f410764a346b4fc25a003467b0a1128e40c24157083af5d9b3f7f267af08a9dbe95ea5ac514
7
- data.tar.gz: 5f1c222089adb8a64b15cf968c78ecc05bd512dbcdbc2be78f8623287419b4a12c6335c2a2d85e29d06fb41d96c7926450bd750da274fae48f076189fb0f8efa
6
+ metadata.gz: 99d598616d6b4892bc08190396ab223d116aceba29803003bce81bc51fedf57b23d6a4a0f65fbd0e6e9d74d0a23fe8bfc4d05115037dd3841b6e2cea8f91ca1a
7
+ data.tar.gz: cd41a845e3dcb769b9999a069553ea86dab6d2ef4f809561beb0c8628f3f68d838b14b61e3a610b4ee1f61f4cd24cbf6c57bbffbf94d26cb079c0b28950b4719
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This is a plugin for [Logstash](https://github.com/elasticsearch/logstash).
4
4
 
5
- This filter add rancher metadata to messages that contain a Docker container ID.
5
+ This filter add rancher metadata to messages that contain a Docker container ID. It's heavily inspired from [logstash-filter-docker_metadata](https://github.com/tgermain/logstash-filter-docker_metadata).
6
6
 
7
7
  At current, the filter enriches the messages with the following tags
8
8
  - Container name (name)
@@ -16,7 +16,6 @@ It is fully free and fully open source. The license is Apache 2.0, meaning you a
16
16
 
17
17
  Configuration used : `logstash agent -e "filter { rancher_metadata {} }"`
18
18
 
19
- ```
20
19
  ## Filter parameters
21
20
 
22
21
  | name | default value | comment |
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-rancher_metadata'
3
- s.version = '0.0.1'
3
+ s.version = '0.0.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This filter add rancher metadata to messages that contain a Docker container ID"
6
6
  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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-rancher_metadata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Cerutti