logstash-output-librato 3.0.2 → 3.0.4
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 +7 -0
- data/docs/index.asciidoc +6 -6
- data/logstash-output-librato.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: 5bd8d49c4f1a586a4dbbaaee3c211ecf5ea1da8c
|
|
4
|
+
data.tar.gz: fa038aefcf5ba426083a7afbff35174b5f59f041
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18f071616d718cc9352790ab78de603592644de63f1242b6ff226c24986145704f68d2f5be6b20b18498e265369763a382f00e0bfca640a6dcfd26ed3c0df4af
|
|
7
|
+
data.tar.gz: 348acfe9f2bd9d0a4ae6a851fb1a9beeeca559439a64007d1d4fa26dbad3f49e68adfb0db3aa16e71707e7bea4e9503253b6d5f0167456a15dd8cc1c18add961
|
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
|
=== Librato output plugin
|
|
18
18
|
|
|
@@ -20,6 +20,10 @@ include::{include_path}/plugin_header.asciidoc[]
|
|
|
20
20
|
|
|
21
21
|
==== Description
|
|
22
22
|
|
|
23
|
+
This output lets you send metrics, annotations, and alerts to
|
|
24
|
+
Librato based on Logstash events
|
|
25
|
+
|
|
26
|
+
This is VERY experimental and inefficient right now.
|
|
23
27
|
|
|
24
28
|
|
|
25
29
|
[id="plugins-{type}s-{plugin}-options"]
|
|
@@ -50,10 +54,6 @@ output plugins.
|
|
|
50
54
|
* Value type is <<string,string>>
|
|
51
55
|
* There is no default value for this setting.
|
|
52
56
|
|
|
53
|
-
This output lets you send metrics, annotations and alerts to
|
|
54
|
-
Librato based on Logstash events
|
|
55
|
-
|
|
56
|
-
This is VERY experimental and inefficient right now.
|
|
57
57
|
Your Librato account
|
|
58
58
|
usually an email address
|
|
59
59
|
|
|
@@ -159,4 +159,4 @@ Default is to use the event's timestamp
|
|
|
159
159
|
|
|
160
160
|
|
|
161
161
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
162
|
-
include::{include_path}/{type}.asciidoc[]
|
|
162
|
+
include::{include_path}/{type}.asciidoc[]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-output-librato'
|
|
3
|
-
s.version = '3.0.
|
|
3
|
+
s.version = '3.0.4'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
5
|
s.summary = "This output lets you send metrics, annotations and alerts to Librato 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-librato
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
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-
|
|
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
|