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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42a9172b67527db3ae3c55a2501b0c27b3d80243
4
- data.tar.gz: 535147eeed713867ff769dd0f02178e89c85daee
3
+ metadata.gz: 652522cf040e8771bc92601a98b0fe5e91b3ae46
4
+ data.tar.gz: 870adae5041ebd51ca6bdd7e8ed327e88a0aecd5
5
5
  SHA512:
6
- metadata.gz: df436d3deee5dcf9684d7be5bf709237a9259094ffe2786859f1ef6d49769f65e500e3097cd9c9d6bedac32a362f7ee138e156a9ddd45466871e70a6af7834e4
7
- data.tar.gz: f95614bf41f23203e14bc2bc8aced905f451e8d6e8411ce6c443445002771d5cd76156d5934f991b51af6635cd5277080d849803276641cb6d0738286a1c38fd
6
+ metadata.gz: 425f7248ec1fb63f1774795f1d672bced463d8ad58e321eebb54d57ff6ad608413ad4f9a78bc43ae55be0cfbbad88d97998f690236ec38b05694d8722deabb2d
7
+ data.tar.gz: 25da26c7103dba766545391fa050aea5b23aa7da5c8ea6ab65e509d875c57b08028e591519d74c1236f1499276039c3b2db33c4d5500ae32801aca0c92fe500a
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "fluent-plugin-aliyunoss"
6
- spec.version = "0.2.5"
6
+ spec.version = "0.2.6"
7
7
  spec.authors = ["junjie"]
8
8
  spec.email = ["junjzh0205@gmail.com"]
9
9
 
@@ -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.5
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-05 00:00:00.000000000 Z
11
+ date: 2019-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler