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 +4 -4
- data/README.md +3 -1
- data/fluent-plugin-datadog-np.gemspec +1 -1
- 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: 8720afea368861fe50e0acf6327bec1e2337fa9a
|
4
|
+
data.tar.gz: 0fc0f0170c91260acf7aa5353a98aa236efedd25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
+
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-
|
11
|
+
date: 2019-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|