fluent-plugin-datadog 0.10.5 → 0.11.0
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 +5 -5
- data/README.md +9 -4
- data/fluent-plugin-datadog.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 2279b7483b7eaff33b03814991ba065391ac6d924ad0a222dfe66cdb7e366a59
|
|
4
|
+
data.tar.gz: '0821f774d45b5ec33ae7f00738a24a8d7b4c2b22318c66ad9a40546abb227ff0'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25cc7e9968372329d467de595025418d2af8b009b516903ef63a24c3e7c898f29a2c32e28d22f6108906b43c1d47aad85c5354bcd9f7161b0fc84ed55663c298
|
|
7
|
+
data.tar.gz: 8d0bf919b598bf1f04bacb02394e9e0c73609d16ff1067d5fb615237e3d3d9b61f45d800b3105c3e5d74a64fb0ba3319783dfa2fd4562467afbb0b5c49bf3749
|
data/README.md
CHANGED
|
@@ -68,14 +68,19 @@ As fluent-plugin-datadog is an output_buffer, you can set all output_buffer prop
|
|
|
68
68
|
|-------------|--------------------------------------------------------------------------|----------------|
|
|
69
69
|
| **api_key** | This parameter is required in order to authenticate your fluent agent. | nil |
|
|
70
70
|
| **use_json** | Event format, if true, the event is sent in json format. Othwerwise, in plain text. | true |
|
|
71
|
-
| **include_tag_key** | Automatically include
|
|
72
|
-
| **tag_key** |
|
|
71
|
+
| **include_tag_key** | Automatically include the Fluentd tag in the record. | false |
|
|
72
|
+
| **tag_key** | Where to store the Fluentd tag. | "tag" |
|
|
73
|
+
| **timestamp_key** | Name of the attribute which will contain timestamp of the log event. If nil, timestamp attribute is not added. | "@timestamp" |
|
|
73
74
|
| **use_ssl** | If true, the agent initializes a secure connection to Datadog. In clear TCP otherwise. | true |
|
|
74
|
-
| **
|
|
75
|
+
| **ssl_port** | Port used to send logs over a SSL encripted connection to Datadog (use 443 for the EU region) | 10516 |
|
|
75
76
|
| **max_retries** | The number of retries before the output plugin stops. Set to -1 for unlimited retries | -1 |
|
|
76
77
|
| **dd_source** | This tells Datadog what integration it is | nil |
|
|
77
|
-
| **dd_sourcecategory** | Multiple value attribute. Can be used to refine the source
|
|
78
|
+
| **dd_sourcecategory** | Multiple value attribute. Can be used to refine the source attribute | nil |
|
|
78
79
|
| **dd_tags** | Custom tags with the following format "key1:value1, key2:value2" | nil |
|
|
80
|
+
| **dd_hostname** | Used by Datadog to identify the host submitting the logs. | `hostname -f` |
|
|
81
|
+
| **service** | Used by Datadog to correlate between logs, traces and metrics. | nil |
|
|
82
|
+
| **port** | Proxy port when logs are not directly forwarded to Datadog and ssl is not used | 10514 |
|
|
83
|
+
| **host** | Proxy endpoint when logs are not directly forwarded to Datadog | intake.logs.datadoghq.com |
|
|
79
84
|
|
|
80
85
|
### Docker and Kubernetes tags
|
|
81
86
|
|
|
@@ -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"
|
|
12
|
-
spec.version = "0.
|
|
12
|
+
spec.version = "0.11.0"
|
|
13
13
|
spec.authors = ["Datadog Solutions Team"]
|
|
14
14
|
spec.email = ["support@datadoghq.com"]
|
|
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
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Datadog Solutions Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
86
86
|
version: '0'
|
|
87
87
|
requirements: []
|
|
88
88
|
rubyforge_project:
|
|
89
|
-
rubygems_version: 2.
|
|
89
|
+
rubygems_version: 2.7.6
|
|
90
90
|
signing_key:
|
|
91
91
|
specification_version: 4
|
|
92
92
|
summary: Datadog output plugin for Fluent event collector
|