fluent-plugin-ilm_hbase 0.1.4.19 → 0.1.4.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1271ce6ed788cfc66ca9ba1ab4aa8552b1aa011e
4
- data.tar.gz: 10f1ad87134848c7f815b8b12aa2049bae897440
3
+ metadata.gz: 946152588b53cce241df91e688c81eb967e8833a
4
+ data.tar.gz: 63b40b5373d6396a90be249714cdafaed321a564
5
5
  SHA512:
6
- metadata.gz: 1796f2b54d71381a0335dee607e34879da616e46fc43885200ea312b54bdacf391ac17584abdd048f2e2033b9405f61c894e3488ebd0bb67aa495da8945f0b6a
7
- data.tar.gz: 44cc6b0587be8b10c591fe93df7f6d21ac5df9fd2a9bc4cb18339b31b601b163865b4c8835d9baffe1d67ece412c354d05d2ffde09523826458f14f79529df52
6
+ metadata.gz: d0fd1f36bf223d077424488a189f5f92bb01e27bccbed4e9336ae6f100cd8a7aff72a61b11affaa8ca2483378ddb35549cf0d37c61a9090fda4e2b53d284a23d
7
+ data.tar.gz: c3868e3a5b51c75134a0327066648f4c79f0f29b8ce78fc4c352ed1b6e6d1d1ca5717123f28cd26d17e61e67aeb3363fc32370e781e41b86d79f417676d02b7e
@@ -87,6 +87,8 @@ MESSAGE
87
87
  row_values[@tag_column_name] = tag unless @tag_column_name.nil?
88
88
  row_values[@time_column_name] = time unless @time_column_name.nil?
89
89
 
90
+ printf("${record}")
91
+ printf("${new_record}")
90
92
  @fields_to_columns.each {|field,column|
91
93
 
92
94
  next if field.nil? or column.nil?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-ilm_hbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.19
4
+ version: 0.1.4.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - testman