fluent-plugin-logentries-simple-config 0.2.14v → 0.2.14w
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: a4893c70625a73218f3b76ad06b8ac23d1e36df5
|
|
4
|
+
data.tar.gz: 80098b20089b7a81d2356e1af91b2e6aa2ad8b6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b039aa9c3593b297b41e81a2b753db213c3d8b6025a3d46ab553e6ec410046be37f29e88f54bfb5c0608f8347b8b60a8705366fd4a96f749b234fb4f46ab9d3e
|
|
7
|
+
data.tar.gz: 8ac42294b955084443cc8597a3ef8bdd9e4a0ba0602822e6e8972c1d42f528de834b2776bbead1f741f9cc910ad6ab560e3102d057bdc22ac90d6212ab309183
|
|
@@ -4,9 +4,9 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "fluent-plugin-logentries-simple-config"
|
|
7
|
-
spec.version = "0.2.
|
|
7
|
+
spec.version = "0.2.14w"
|
|
8
8
|
spec.authors = ["notmaxx"]
|
|
9
|
-
spec.email = ["
|
|
9
|
+
spec.email = ["notmaxx@gmail.com"]
|
|
10
10
|
spec.summary = "Logentries output plugin for Fluent event"
|
|
11
11
|
spec.homepage = "https://github.com/notmaxx/fluent-plugin-logentries"
|
|
12
12
|
spec.description = "Logentries output plugin for Fluent event without Logentries config file, just with simple token"
|
|
@@ -113,9 +113,7 @@ class Fluent::LogentriesOutput < Fluent::BufferedOutput
|
|
|
113
113
|
# custom prefix built from application and role
|
|
114
114
|
prefix = if app.present? && role.present? && t.present?
|
|
115
115
|
le_app_token = @app_tokens[app]
|
|
116
|
-
|
|
117
|
-
spacer = ' - - '
|
|
118
|
-
"#{pid} #{t} #{app} #{role} #{spacer} "
|
|
116
|
+
"#{t} #{app} #{role} "
|
|
119
117
|
else
|
|
120
118
|
""
|
|
121
119
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-logentries-simple-config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.14w
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- notmaxx
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
description: Logentries output plugin for Fluent event without Logentries config file,
|
|
28
28
|
just with simple token
|
|
29
29
|
email:
|
|
30
|
-
-
|
|
30
|
+
- notmaxx@gmail.com
|
|
31
31
|
executables: []
|
|
32
32
|
extensions: []
|
|
33
33
|
extra_rdoc_files: []
|