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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3236c5a07fada333f897a6b67577551402ada99b
4
- data.tar.gz: 0e8efd70439bcdc010c1e1192cc52879f79820d1
3
+ metadata.gz: 5bd8d49c4f1a586a4dbbaaee3c211ecf5ea1da8c
4
+ data.tar.gz: fa038aefcf5ba426083a7afbff35174b5f59f041
5
5
  SHA512:
6
- metadata.gz: fc4887529affe6dadbb7b508fa11a90bf7794abf03695ae5cddd4619f5ad6fe35aca6502d3162cec42d2cbb0fce65f529fce98272fc6dca17babd2e2e0bea9e5
7
- data.tar.gz: d209af1a79aab0194f21891498668ee91057397a28d3cbb63294e419a0f97191fc381e890b9dc8daed4fd24db4ad83709e78099afe2f3be3c14bc081d988ffda
6
+ metadata.gz: 18f071616d718cc9352790ab78de603592644de63f1242b6ff226c24986145704f68d2f5be6b20b18498e265369763a382f00e0bfca640a6dcfd26ed3c0df4af
7
+ data.tar.gz: 348acfe9f2bd9d0a4ae6a851fb1a9beeeca559439a64007d1d4fa26dbad3f49e68adfb0db3aa16e71707e7bea4e9503253b6d5f0167456a15dd8cc1c18add961
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 3.0.4
2
+ - Fix some documentation issues
3
+
4
+ # 3.0.3
5
+ - Docs: Add plugin description
6
+ # 3.0.2
7
+ - Docs: Fix plugin ID
1
8
  # 3.0.1
2
9
  - Docs: Update doc example to use new event API syntax
3
10
  # 3.0.0
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.2'
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.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-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