fluent-plugin-datadog-np 0.10.6.4 → 0.10.6.5

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: 9a59341a36a827286cfe8bd74448eb4140550dba
4
- data.tar.gz: 5235a0f807fa52390efd99dbffde6e4fa3b66e23
3
+ metadata.gz: 8720afea368861fe50e0acf6327bec1e2337fa9a
4
+ data.tar.gz: 0fc0f0170c91260acf7aa5353a98aa236efedd25
5
5
  SHA512:
6
- metadata.gz: fde318c387cbb853b8cff09d12ae42525e68189f57e0da170cdef590bed4a00ad18ed599d5e86b41a1f22b3c040682f8d24306cfbd314a253de172796c7359a4
7
- data.tar.gz: bfd851545ccc22adffbd99c55e0e5b6c3ba37c4c61762cc2f903b77e29e5cf13bfbea8e57a27a122ec47a33530b2bb5e9ea6f09d814f5e73e915b5134dd5ba1d
6
+ metadata.gz: 298500529c74b89df660fe36f25b14d8a04d72b8534545ccb706bdf957c7b70bf3b3b9538214085c575be66c61b6364360220e174f7d69f9328f7b2c237e913c
7
+ data.tar.gz: c87811127dd5ccb40542d3c0d2270363e51bb5be3fe32a9497de768ea7441c5952a8a0ee4d223d1503aa721feb4f4aae17d11e4104501d2b2cc6580747733d77
data/README.md CHANGED
@@ -35,9 +35,10 @@ TCP example:
35
35
  tag_key 'tag'
36
36
 
37
37
  # Optional parameters
38
- dd_source '<INTEGRATION_NAME>'
38
+ dd_source '<INTEGRATION_NAME>'
39
39
  dd_tags '<KEY1:VALU1>,<KEY2:VALUE2>'
40
40
  dd_sourcecategory '<MY_SOURCE_CATEGORY>'
41
+ dd_attributetags '<KEY1:ATTRIBUTE1>,<KEY2:ATTRIBUTE2.SUBATTRIBUTE>'
41
42
 
42
43
  </match>
43
44
  ```
@@ -77,6 +78,7 @@ As fluent-plugin-datadog is an output_buffer, you can set all output_buffer prop
77
78
  | **dd_source** | This tells Datadog what integration it is | nil |
78
79
  | **dd_sourcecategory** | Multiple value attribute. Can be used to refine the source attribtue | nil |
79
80
  | **dd_tags** | Custom tags with the following format "key1:value1, key2:value2" | nil |
81
+ | **dd_attributetags** | Custom tags which will be set from the value of the matched attribute with the following format "key1:attribute1, key2:attribute2" | nil |
80
82
  | **port** | Proxy port when logs are not directly forwarded to Datadog and ssl is not used | 10514 |
81
83
  | **host** | Proxy endpoint when logs are not directly forwarded to Datadog | intake.logs.datadoghq.com |
82
84
 
@@ -9,7 +9,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
9
9
 
10
10
  Gem::Specification.new do |spec|
11
11
  spec.name = "fluent-plugin-datadog-np"
12
- spec.version = "0.10.6.4"
12
+ spec.version = "0.10.6.5"
13
13
  spec.authors = ["Nicolas parfait"]
14
14
  spec.email = [""]
15
15
  spec.summary = "Datadog output plugin for Fluent event collector"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-datadog-np
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.6.4
4
+ version: 0.10.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas parfait
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-12 00:00:00.000000000 Z
11
+ date: 2019-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler