logstash-output-circonus 3.0.1 → 3.0.3

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
2
  SHA1:
3
- metadata.gz: 2cc114ba81c3dcbcef33fe78833a4e581e7289c6
4
- data.tar.gz: 85a6ebceb0efaaaa3f5dcfb0a8fa1fcca05d503c
3
+ metadata.gz: 11e312d26d6a6d40e898741e0014e2d67faac957
4
+ data.tar.gz: 66fce2776115f73370389f8f5a7fdb7aa5f4f1a5
5
5
  SHA512:
6
- metadata.gz: 24d1bb0cb05064f05cf3811143d3376e5af38525b40c8ebe986d19b3d4874553b691042d61f94520a51051233f2298bc141940c050a15b51c6a2d2e73b4231b6
7
- data.tar.gz: 7d9e0b6f99d6b50e72b6f907b77ee752a2bb2b8a02c270db6379d817ba82f8f8cb470551b860c99e65362a836bd1eb46737264348571592aad1850681878050b
6
+ metadata.gz: c845344b3004b47240e5080cf472f699d58ad63824b33000bc25be1fca98f26048fcfacccb7d4dfdc3999a3103425c730c0ad3d8d27f4e58c64c80a3e92cf97d
7
+ data.tar.gz: e5979b71148488cb5f22f77205c2daa5c9097b7bb3128f7da17ed1d595bc4e9531f0162d98d67ea53fabb879ce9ceb130114d10a1f8737411bff2d56e80f5747
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: Bump patch level for doc build
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
  === Circonus output plugin
18
18
 
@@ -20,6 +20,7 @@ include::{include_path}/plugin_header.asciidoc[]
20
20
 
21
21
  ==== Description
22
22
 
23
+ This output sends annotations to Circonus based on Logstash events.
23
24
 
24
25
 
25
26
  [id="plugins-{type}s-{plugin}-options"]
@@ -68,9 +69,6 @@ or
68
69
  * Value type is <<string,string>>
69
70
  * There is no default value for this setting.
70
71
 
71
- This output lets you send annotations to
72
- Circonus based on Logstash events
73
-
74
72
  Your Circonus API Token
75
73
 
76
74
  [id="plugins-{type}s-{plugin}-app_name"]
@@ -90,4 +88,4 @@ Example:
90
88
 
91
89
 
92
90
  [id="plugins-{type}s-{plugin}-common-options"]
93
- include::{include_path}/{type}.asciidoc[]
91
+ include::{include_path}/{type}.asciidoc[]
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-circonus'
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 annotations to Circonus 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-circonus
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