fluent-plugin-datadog 0.9.3 → 0.9.4
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 +1 -1
- data/fluent-plugin-datadog.gemspec +1 -1
- data/lib/fluent/plugin/out_datadog.rb +1 -0
- 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: 9bb7334f4455e83905e5e639446db6627ff08a0d
|
|
4
|
+
data.tar.gz: f2ad1a753c57da2b06d6bdad523f194cc2c433c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 300080c87642cd9778c5fa94570be3cb4440338acc50a117b7ae9c74360541059e7287f60c502274e83c83c879e2d266ccd8fe53967c738eed5345411619f2b6
|
|
7
|
+
data.tar.gz: 0f2e80da442caffb92b5c2741383dc4c4577702031512594e3f3fa3ce3c0b2f8d181fe9315db9e9139897537374284d0bfedebaf7fefa2707f41ff756c305774
|
data/README.md
CHANGED
|
@@ -65,5 +65,5 @@ As fluent-plugin-datadog is an output_buffer, you can set all output_buffer prop
|
|
|
65
65
|
| **use_json**| Event format, if true, the event is sent in json format. Othwerwise, in plain text. | true |
|
|
66
66
|
| **include_tag_key**| Automatically include tags in the record. | false |
|
|
67
67
|
| **tag_key**| Name of the tag attribute, if they are included. | "tag" |
|
|
68
|
-
| **use_ssl** | If true, the agent initializes a secure connection to Datadog. In clear TCP otherwise. |
|
|
68
|
+
| **use_ssl** | If true, the agent initializes a secure connection to Datadog. In clear TCP otherwise. | false |
|
|
69
69
|
|**max_retries**| The number of retries before the output plugin stops. Set to -1 for unlimited retries | -1 |
|
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "fluent-plugin-datadog"
|
|
7
|
-
spec.version = "0.9.
|
|
7
|
+
spec.version = "0.9.4"
|
|
8
8
|
spec.authors = ["Datadog support team"]
|
|
9
9
|
spec.email = ["support@datadoghq.com"]
|
|
10
10
|
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
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Datadog support team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-10-
|
|
11
|
+
date: 2017-10-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|