logstash-output-graphtastic 3.0.3 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +4 -1
- data/logstash-output-graphtastic.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85044cda96a8d2d47c187b7029e97cfd2105660870c54c58d5e7cec1cc13388b
|
4
|
+
data.tar.gz: 3b21fd55d9419931522715d31ddaceefd00f29b11246ca7e0ac62566ac0b80ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8db136c5ff2ccba46c2719575bffce04aac5fb4141675bb115c0ff73aa1216c713be2b5866fef6c0269ba038302296a2aaf0d97c6f2d6b6ac3386c8f58552b7
|
7
|
+
data.tar.gz: e77fa84f6bb921288d2860e96a1121c9382acfff81af0d7c2c89a310003cb18c8c7460608f43a087eda62b57d6c37b7c1ef7db3631a7fa7a1a83914dee8c0069
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
:plugin: graphtastic
|
2
2
|
:type: output
|
3
|
+
:default_codec: plain
|
3
4
|
|
4
5
|
///////////////////////////////////////////
|
5
6
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
@@ -145,4 +146,6 @@ ensured to be established.
|
|
145
146
|
|
146
147
|
|
147
148
|
[id="plugins-{type}s-{plugin}-common-options"]
|
148
|
-
include::{include_path}/{type}.asciidoc[]
|
149
|
+
include::{include_path}/{type}.asciidoc[]
|
150
|
+
|
151
|
+
:default_codec!:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-output-graphtastic'
|
3
|
-
s.version = '3.0.
|
3
|
+
s.version = '3.0.4'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "Sends metric data on Windows"
|
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.
|
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:
|
11
|
+
date: 2018-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|