logstash-output-circonus 3.0.5 → 3.0.6

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
  SHA256:
3
- metadata.gz: b3e9396dbb6c56608ee5b243b0e262215eb78b7638ab9533112efbc1249ca7cd
4
- data.tar.gz: 3c8ce54766ba4112b70b4416ed3a26b70cec9949ab4644b8fa0ee24c62c20c78
3
+ metadata.gz: 4d12112616bba90ee85f85cfe01a292b550445a2290c7b5b736f0c3056ac6751
4
+ data.tar.gz: f6e0a18c394e06bae9765c51d88e4033f122032f6b092176758e1d1299e285d7
5
5
  SHA512:
6
- metadata.gz: bb9d1a1d53552a96472b449c3f9f843bf2be4285eaa956e1ea26008c96d1fd2af25c0a6ca71da1ada2d95fce33bb6560b8f97322fedf042f18203aa1b064d053
7
- data.tar.gz: 54f6dc121ae928801d9af29476fc580d341934262d48326264ba9749e0ca0c4b4773625ba52aa4faf7553ba4212072bedaca0e6b73ae40e74573b49358bfc3c0
6
+ metadata.gz: 37d9f8606c5c55462d24c3b9c0b87dbfaa20da2ada87fd7972c99f4fa030984b133492edbd5c6ae42a1028fea2817fce6ccc71332733067cff3b99a9140998b1
7
+ data.tar.gz: b8b1d838e420417a8922d3389f0fdded45a9584171ac1747df7d64f1040f784e828094aa3acc0f0db0cf416e63df9de52b49776f99a1dcacfdb9ef0c8539a30f
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Fix formatting in doc for conversion to --asciidoctor [#5](https://github.com/logstash-plugins/logstash-output-circonus/pull/5)
3
+
1
4
  ## 3.0.5
2
5
  - Docs: Set the default_codec doc attribute.
3
6
 
@@ -58,10 +58,16 @@ All values will be passed through `event.sprintf`
58
58
 
59
59
  Example:
60
60
  [source,ruby]
61
+ -----
61
62
  ["title":"Logstash event", "description":"Logstash event for %{host}"]
63
+ -----
64
+
62
65
  or
66
+
63
67
  [source,ruby]
68
+ -----
64
69
  ["title":"Logstash event", "description":"Logstash event for %{host}", "parent_id", "1"]
70
+ -----
65
71
 
66
72
  [id="plugins-{type}s-{plugin}-api_token"]
67
73
  ===== `api_token`
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-circonus'
3
- s.version = '3.0.5'
3
+ s.version = '3.0.6'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Sends 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.5
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-06 00:00:00.000000000 Z
11
+ date: 2019-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  version: '0'
85
85
  requirements: []
86
86
  rubyforge_project:
87
- rubygems_version: 2.6.11
87
+ rubygems_version: 2.6.13
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: Sends annotations to Circonus based on Logstash events