fluent-plugin-aliyunoss 0.2.5 → 0.2.6
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/fluent-plugin-aliyunoss.gemspec +1 -1
- data/lib/fluent/plugin/out_aliyunoss.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 652522cf040e8771bc92601a98b0fe5e91b3ae46
|
4
|
+
data.tar.gz: 870adae5041ebd51ca6bdd7e8ed327e88a0aecd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 425f7248ec1fb63f1774795f1d672bced463d8ad58e321eebb54d57ff6ad608413ad4f9a78bc43ae55be0cfbbad88d97998f690236ec38b05694d8722deabb2d
|
7
|
+
data.tar.gz: 25da26c7103dba766545391fa050aea5b23aa7da5c8ea6ab65e509d875c57b08028e591519d74c1236f1499276039c3b2db33c4d5500ae32801aca0c92fe500a
|
@@ -105,6 +105,10 @@ module Fluent
|
|
105
105
|
key_map.each do |k, v|
|
106
106
|
result = result.gsub("%{#{k.to_s}}", v)
|
107
107
|
end
|
108
|
+
# support replace tag_parts
|
109
|
+
chunk.metadata.tag.split('.').each_with_index do |t, idx|
|
110
|
+
result = result.gsub("${tag_parts[#{idx}]}", t)
|
111
|
+
end
|
108
112
|
extract_placeholders(result, chunk.metadata)
|
109
113
|
end
|
110
114
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-aliyunoss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- junjie
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|