fluent-plugin-splunk-http-eventcollector 0.2.0 → 0.3.0
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: 2f4010ec0c732471b98373da977762080d6b40d7
|
4
|
+
data.tar.gz: ad71242eb5b39013f53d89502583980b282d8bf9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37eb8c91e32b389842c96501159c8619dc06ce54adad9b8c8324794f1381c40947f4bfe2770bb6de0d81eaf2351abee640b3894839fa31e0cfe036f7956fbbb4
|
7
|
+
data.tar.gz: f89b09e29348897ebbf3c8714dc239f9a3927a15cd5b2f98cd4d0268a7026739f5ed4a5a619412b021793a55ba3f85dd72cf0812ab39c9afaef6dd1a6d0d991b
|
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.name = "fluent-plugin-splunk-http-eventcollector"
|
6
|
-
gem.version = "0.
|
6
|
+
gem.version = "0.3.0"
|
7
7
|
gem.authors = ["Bryce Chidester"]
|
8
8
|
gem.email = ["bryce.chidester@calyptix.com"]
|
9
9
|
gem.summary = "Splunk output plugin for Fluentd"
|
@@ -161,7 +161,7 @@ class SplunkHTTPEventcollectorOutput < BufferedOutput
|
|
161
161
|
"time" => time.to_i,
|
162
162
|
"source" => if @source.nil? then tag.to_s else @placeholder_expander.expand(@source, placeholders) end,
|
163
163
|
"sourcetype" => @placeholder_expander.expand(@sourcetype.to_s, placeholders),
|
164
|
-
"host" => @host.to_s,
|
164
|
+
"host" => @placeholder_expander.expand(@host.to_s, placeholders),
|
165
165
|
"index" => @placeholder_expander.expand(@index, placeholders)
|
166
166
|
]
|
167
167
|
# TODO: parse different source types as expected: KVP, JSON, TEXT
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-splunk-http-eventcollector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bryce Chidester
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|