fluent-plugin-gelf-hs 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.
- data.tar.gz.sig +0 -0
- data/README.md +2 -2
- data/fluent-plugin-gelf-hs.gemspec +1 -1
- data/lib/fluent/gelf_util.rb +2 -0
- data/lib/fluent/plugin/formatter_gelf.rb +0 -1
- data/lib/fluent/plugin/out_gelf.rb +0 -5
- metadata +4 -4
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
# Fluentd GELF output and formatter plugins
|
2
|
-
This is a fork of the fluent-plugin-gelf (https://github.com/emsearcy/fluent-plugin-gelf) created in order to publish a gem with the changes contained in pull request #34.
|
2
|
+
This is a fork of the fluent-plugin-gelf (https://github.com/emsearcy/fluent-plugin-gelf) created in order to publish a gem with the changes contained in pull request #34. The original pull request #34 will not be used, due to some problems discovered, and will be replaced by three smaller PRs which will implement the same change set, albeit in smaller chunks.
|
3
3
|
|
4
4
|
## Overview
|
5
5
|
Fluentd GELF output and formatter plugins.
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
```bash
|
9
|
-
gem install fluent-plugin-gelf
|
9
|
+
gem install fluent-plugin-gelf-hs
|
10
10
|
```
|
11
11
|
|
12
12
|
## Output plugin configuration
|
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "fluent-plugin-gelf-hs"
|
6
|
-
s.version = "1.0.
|
6
|
+
s.version = "1.0.1"
|
7
7
|
s.authors = ["Alex Yamauchi", "Eric Searcy"]
|
8
8
|
s.email = ["oss@hotschedules.com"]
|
9
9
|
s.homepage = "https://github.com/bodhi-space/fluent-plugin-gelf-hs"
|
data/lib/fluent/gelf_util.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-gelf-hs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 1
|
10
|
+
version: 1.0.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alex Yamauchi
|
@@ -42,7 +42,7 @@ cert_chain:
|
|
42
42
|
2Zk648Ep9HVPKmwoVuB75+xEQw==
|
43
43
|
-----END CERTIFICATE-----
|
44
44
|
|
45
|
-
date: 2017-03-
|
45
|
+
date: 2017-03-17 00:00:00 Z
|
46
46
|
dependencies:
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: fluentd
|
metadata.gz.sig
CHANGED
Binary file
|