logstash-output-datadog 3.0.1 → 3.0.3

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
2
  SHA1:
3
- metadata.gz: bff00f4a30035185458af1f352e5fbd8ee1017b9
4
- data.tar.gz: c134d59e7f8533bec455cffc2b4ddcdc8b5180a3
3
+ metadata.gz: a9da62325d7956f088fe917a8698b39c59dfa565
4
+ data.tar.gz: d0da8260da7964634eb893505f889235fd62c92a
5
5
  SHA512:
6
- metadata.gz: 61b5e81daeb7b8feb3ecda29890d4ad621a21f226718bc84c6a4e8986fa7f1ae9c793447e2679fb014e67118ce4d9f4bbc9fef8edeb390c2b5004133446bb1e6
7
- data.tar.gz: 42fa78e2434798aff8d4bc65a9586d9b6b58f6fe511f64fa525e9cd9936b898f8f45bd5aded8d7ae693e968fd3e869661ac742c9233a6687711a52ec6bf47d36
6
+ metadata.gz: 6a9c3a7a6635fb3091c254a8de75bc00406e98fae36707d1d02f0aa732adcb0000d0a19614f9ebe1948fe7ac992494dbfc1a40740ca5a5af76aa3d3bb78ef9a8
7
+ data.tar.gz: fd493bc9e82f370ab339dabc051ef341a81abe1f23fac110f1b901e3d24a6c8e0490ce5467f031e4641cbce572592281ece25c962097a42acd1b281248f00cfc
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 3.0.3
2
+ - Fix some documentation issues
3
+
4
+ ## 3.0.2
5
+ - Docs: Add plugin description
6
+
7
+ ## 3.0.1
8
+ - Docs: Fix asciidoc formatting
9
+
1
10
  ## 3.0.0
2
11
  - Update to the new plugin api
3
12
  - relax constraints on the logstash-core-plugin-api
data/docs/index.asciidoc CHANGED
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Datadog output plugin
18
18
 
@@ -20,6 +20,10 @@ include::{include_path}/plugin_header.asciidoc[]
20
20
 
21
21
  ==== Description
22
22
 
23
+ This output sends events to DataDogHQ based on Logstash events.
24
+
25
+ Note that since Logstash maintains no state
26
+ these will be one-shot events
23
27
 
24
28
 
25
29
  [id="plugins-{type}s-{plugin}-options"]
@@ -60,12 +64,6 @@ Alert type
60
64
  * Value type is <<string,string>>
61
65
  * There is no default value for this setting.
62
66
 
63
- This output lets you send events (for now. soon metrics) to
64
- DataDogHQ based on Logstash events
65
-
66
- Note that since Logstash maintains no state
67
- these will be one-shot events
68
-
69
67
  Your DatadogHQ API key
70
68
 
71
69
  [id="plugins-{type}s-{plugin}-date_happened"]
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-datadog'
3
- s.version = '3.0.1'
3
+ s.version = '3.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This output lets you send events (for now. soon 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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-datadog
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement