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 +4 -4
- data/CHANGELOG.md +9 -0
- data/docs/index.asciidoc +5 -7
- data/logstash-output-datadog.gemspec +1 -1
- 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: a9da62325d7956f088fe917a8698b39c59dfa565
|
|
4
|
+
data.tar.gz: d0da8260da7964634eb893505f889235fd62c92a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a9c3a7a6635fb3091c254a8de75bc00406e98fae36707d1d02f0aa732adcb0000d0a19614f9ebe1948fe7ac992494dbfc1a40740ca5a5af76aa3d3bb78ef9a8
|
|
7
|
+
data.tar.gz: fd493bc9e82f370ab339dabc051ef341a81abe1f23fac110f1b901e3d24a6c8e0490ce5467f031e4641cbce572592281ece25c962097a42acd1b281248f00cfc
|
data/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
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-
|
|
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
|