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 +4 -4
- data/CHANGELOG.md +9 -0
- data/docs/index.asciidoc +3 -5
- data/logstash-output-circonus.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: 11e312d26d6a6d40e898741e0014e2d67faac957
|
4
|
+
data.tar.gz: 66fce2776115f73370389f8f5a7fdb7aa5f4f1a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c845344b3004b47240e5080cf472f699d58ad63824b33000bc25be1fca98f26048fcfacccb7d4dfdc3999a3103425c730c0ad3d8d27f4e58c64c80a3e92cf97d
|
7
|
+
data.tar.gz: e5979b71148488cb5f22f77205c2daa5c9097b7bb3128f7da17ed1d595bc4e9531f0162d98d67ea53fabb879ce9ceb130114d10a1f8737411bff2d56e80f5747
|
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
|
=== 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.
|
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.
|
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
|