fluent-plugin-gelf-hs 1.0.6 → 1.0.7

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.
data.tar.gz.sig CHANGED
@@ -1,3 +1,4 @@
1
- R{�B hv#�op��N���K�R�p����Q:?[}ܱ�BdL�!�z�u�ŀ<���"=���)f����
2
- ���ҽ��L/1�IF/�� S$���P�&��@�� @�3 1-��w�j\�Agu�ڊ\�Aжe0��f�|�ڗ���5.�j�F��^yw�#"Qs��� >�8!����\})�Iޅ�4)��6#B���<��1�Ӂ��c�� �Y.VW����a���蓯:Wt��
3
- h��jNƕ`�
1
+ 5Bt�pt���udc��-���1��$�_��4�9ŊC�����֠��X��$��elm��N�V<��z��ŠPN�J���AD�H�O���v�d{�L&$< ���7:k���Z5����l� ���а���7�B�;��
2
+ �����c~7��-��?s
3
+ �"iU�V��]т�9�r�K'�x�;����X&�Nf~�p��#
4
+ �`b�_&��"?d忘������Xr�W7B
@@ -59,7 +59,11 @@ module Fluent
59
59
  when 'short_message', 'full_message', 'facility', 'line', 'file' then
60
60
  gelfentry[k] = v
61
61
  else
62
- gelfentry['_'+k] = v
62
+ if !k.start_with?('_')
63
+ gelfentry['_'+k] = v
64
+ else
65
+ gelfentry[k] = v
66
+ end
63
67
  end
64
68
  end
65
69
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-gelf-hs
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 6
10
- version: 1.0.6
9
+ - 7
10
+ version: 1.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Yamauchi
@@ -42,7 +42,7 @@ cert_chain:
42
42
  2Zk648Ep9HVPKmwoVuB75+xEQw==
43
43
  -----END CERTIFICATE-----
44
44
 
45
- date: 2018-04-24 00:00:00 Z
45
+ date: 2018-05-24 00:00:00 Z
46
46
  dependencies:
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: fluentd
metadata.gz.sig CHANGED
Binary file