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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 64fbcf3f2a58f4ae91945601d802bfcbbe27a411
4
- data.tar.gz: a80b933ca941bdcaaf15f64f0ff2d4900e7cf967
2
+ SHA256:
3
+ metadata.gz: 2279b7483b7eaff33b03814991ba065391ac6d924ad0a222dfe66cdb7e366a59
4
+ data.tar.gz: '0821f774d45b5ec33ae7f00738a24a8d7b4c2b22318c66ad9a40546abb227ff0'
5
5
  SHA512:
6
- metadata.gz: 97682ce0db7b87f629be382e95d9489aec3df163a014f7b74f87642d6741a01cbc5f6ee44d321ea8917023b2499bd0cd958e1dee31a2aa0f0d3502b72d023bae
7
- data.tar.gz: 7ede13e8ae2b91ae16cef2ba7a0a2323acb432ecc69dab99d2d08e0a1884fe68c7fbce426fa3209deff25aaa895a21354912eef3d4141feaf86eb7efd394763a
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 tags in the record. | false |
72
- | **tag_key** | Name of the tag attribute, if they are included. | "tag" |
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
- | **max_retries** | The number of retries before the output plugin stops. Set to -1 for unlimited retries | -1 |
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 attribtue | nil |
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.10.5"
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.10.5
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: 2018-11-26 00:00:00.000000000 Z
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.5.2.3
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