logstash-output-hipchat 4.0.3 → 4.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +5 -2
- data/logstash-output-hipchat.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: fdf28fbc55f8cda515acec755c871e850f2d3c100ca01cb1762fc68d0fea561b
|
4
|
+
data.tar.gz: 41ad0c8436d355922b05d31681a83d308486809a41161377829d1e49c8800042
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fd745dc82c7e31d6b28620e56fbb9dc076f1164584a695975942ee29a68d63fdc1a0207f88737eee73fd817e5d4c1e8c9327d99889eda157a1d74dfa8fa5e8e
|
7
|
+
data.tar.gz: 403d8b2e8ae988a808a2ee9bf418665c27de198c1027565a4e0f3c9b00231d4ad4bc1bd9ce55cb01e8e5f25d8f56c37a7c6c4e8648ece9c0f12c8fbf689885bb
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
:plugin: hipchat
|
2
2
|
:type: output
|
3
|
+
:default_codec: plain
|
3
4
|
|
4
5
|
///////////////////////////////////////////
|
5
6
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
@@ -12,7 +13,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
|
|
12
13
|
END - GENERATED VARIABLES, DO NOT EDIT!
|
13
14
|
///////////////////////////////////////////
|
14
15
|
|
15
|
-
[id="plugins-{type}-{plugin}"]
|
16
|
+
[id="plugins-{type}s-{plugin}"]
|
16
17
|
|
17
18
|
=== Hipchat output plugin
|
18
19
|
|
@@ -119,4 +120,6 @@ Whether or not this message should trigger a notification for people in the room
|
|
119
120
|
|
120
121
|
|
121
122
|
[id="plugins-{type}s-{plugin}-common-options"]
|
122
|
-
include::{include_path}/{type}.asciidoc[]
|
123
|
+
include::{include_path}/{type}.asciidoc[]
|
124
|
+
|
125
|
+
:default_codec!:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-output-hipchat'
|
4
|
-
s.version = '4.0.
|
4
|
+
s.version = '4.0.5'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "This output allows you to write events to Hipchat"
|
7
7
|
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-hipchat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.5
|
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
|