logstash-output-graphtastic 3.0.1 → 3.0.2

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: ce04a141e46f0a53172b616487aae4895e84f735
4
- data.tar.gz: c07567d72fa83f4aee32cef818539152c3129e6c
3
+ metadata.gz: 567f0f9267609c42fcfecb81148f36d76a34ee87
4
+ data.tar.gz: bb11ee6e4982e3b62c1710a215981a8b3ab50b1b
5
5
  SHA512:
6
- metadata.gz: 4249632a2c5110d8ecd659c60ac9254cbf248b6cb86cff4f0f75a71b3d3cee0b00e61ec8a96bdf8e9b6688f55033fa620b4264fc5fb646c9b8df7587e4f30b14
7
- data.tar.gz: 0ca2f518c1fcbbfa390cdcd12ed78fbecc20eac95322bb5d2c241ad0324a7c35f75148835f7ae6719e9961d381d60dc20e2b57b88f71ecf108cc9f7a3642ff73
6
+ metadata.gz: ca91626f032a47450973922bb1062e439a99d56ef9e97133c784da4f8e3ef831f13aa047d9336b162c9e34453ae8887daed1075cf2b0bd0ed7d7fe137b10376e
7
+ data.tar.gz: c9b7f77d7fdc3b135401c9d92fda72f2317d4a5ee9e84da2c2a50d0b900ad4d4c5a00d32372045c9689cf67a6ee6f64cc37899fbc4f16a0cb02a9b51b716db18
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.2
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.0
2
5
  - Breaking: Updated plugin to use new Java Event APIs
3
6
  - relax logstash-core-plugin-api constrains
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
  === Graphtastic output plugin
18
18
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-graphtastic'
3
- s.version = '3.0.1'
3
+ s.version = '3.0.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Send metrics to GraphTastic"
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-graphtastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
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