logstash-output-datadog_metrics 3.0.2 → 3.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: caa5ceb385f263a243245e02d7e3cb5cc52253e5
4
- data.tar.gz: 436566f3c516457d6e11d2ccc9fa10444771e61a
2
+ SHA256:
3
+ metadata.gz: 2dc81c44b44d4e320a38043be7bdb9d33bad182626d6e0a0ec646d39e4384eab
4
+ data.tar.gz: 0f5c477f98082e393bae6811872fe09d713204731f01b0b91362e3be6d2560a4
5
5
  SHA512:
6
- metadata.gz: 8c6f1a21c5932418aab9cb60f36ba8f35ec1d35d10f6916d63eddd5dadc3e453fcbecf8acae41ccdbb04e2efe718e4c35f6f43dbf1bf0b8e2712eda790bd3675
7
- data.tar.gz: b2da3491c9709a9e802e0b1bf26980418046dff783f7e18658ebffa273f3deaf8f89e20a12c14d4f5723ff9e1cfc6551151090275f1f9848154f8b7f787773d8
6
+ metadata.gz: a26fe25b27b3316c94c3c3129544a6100968949e315e03b08490beb05b1b1028c5b0703dbc9b48bd92d309e8d878abbb371e19d125946ce52364a5a3ea186947
7
+ data.tar.gz: 26743bfe902e35031c49458c5159e66cccbf0f964ddb0a6b22b6ca8613e8972f20bdd9fa78bfb1a661620487e2a2bb6326a88539ed5efd444d322a15e3bb7458
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 3.0.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
4
+ ## 3.0.3
5
+ - Update gemspec summary
6
+
1
7
  ## 3.0.2
2
8
  - Fix some documentation issues
3
9
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
data/docs/index.asciidoc CHANGED
@@ -1,5 +1,6 @@
1
1
  :plugin: datadog_metrics
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -127,4 +128,6 @@ How often (in seconds) to flush queued events to Datadog
127
128
 
128
129
 
129
130
  [id="plugins-{type}s-{plugin}-common-options"]
130
- include::{include_path}/{type}.asciidoc[]
131
+ include::{include_path}/{type}.asciidoc[]
132
+
133
+ :default_codec!:
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-datadog_metrics'
3
- s.version = '3.0.2'
3
+ s.version = '3.0.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "This output lets you send metrics to DataDogHQ based on Logstash events."
5
+ s.summary = "Sends metrics to DataDogHQ based on Logstash events"
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
7
7
  s.authors = ["Elastic"]
8
8
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-datadog_metrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-21 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: This output lets you send metrics to DataDogHQ based on Logstash events.
104
+ summary: Sends metrics to DataDogHQ based on Logstash events
103
105
  test_files:
104
106
  - spec/outputs/datadog_metrics_spec.rb