logstash-output-rocketchat 0.1.0 → 0.1.1

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: d20c7f02c37817fc79c56c94a9b750c9489abd72d9569326aa1926d9388a555b
4
- data.tar.gz: c0170d3f9dcf144ef35989fbff8cac04f6532d13b0ad8c365572b7c3a88c738e
3
+ metadata.gz: 407b45fd3a27c2a503f5e14a9126dd42f018656942a51b1ccc275ba79a61cc2f
4
+ data.tar.gz: fd69facdacb46659af1b4c85b7c0eec37e202bb88837c7c99136998b77dfce6f
5
5
  SHA512:
6
- metadata.gz: cd8c6f5c3be0f9809a29da1852440d964f1f017385e462a446402cce7bcc21c9cc7c3b07ac286a8e71a9a45e4a1a5755a3f060623afa24e9244b5a63b02acbb8
7
- data.tar.gz: a3609cc25ba4c45a91c374bdd8da018aed39d2064ab1dad3d3daf2b3f69d1a5e034c7e720ed60f5ba450760210ce8158eebdb4d7a378647ae4c67de2c89c1051
6
+ metadata.gz: 1ea778ea4432525fb26414a3ef4103b5a10918694db7df19e0120edb1779423b67c7c569da08ad128da1b98bd7025b33bc0de71b233851f0f624949d83ca5f1f
7
+ data.tar.gz: b582465efb58e20e9ae0cb5f04fd978391c98b702a64bc1020202c857f9e6038892c296be97e0c5d7b5d103c5bc6a6d46d62d8932d5e8c10e7b3175d340dfc57
@@ -5,6 +5,26 @@ require "logstash/namespace"
5
5
  # Rocket.Chat is free, unlimited and open source. Replace email, HipChat & Slack with the ultimate team chat software solution.
6
6
  #
7
7
  # This Logstash output plugin allows to send events as messages to channels and groups of a Rocketchat server.
8
+ #
9
+ # ==== Example
10
+ #
11
+ # [source,ruby]
12
+ # ----------------------------------
13
+ # input {
14
+ # stdin { }
15
+ # }
16
+ # output {
17
+ # rocketchat {
18
+ # host => "chat.deathstar.sw"
19
+ # port => "3000"
20
+ # username => "rc_integrations"
21
+ # password => "p@$$w0rd"
22
+ # channels => ["management", "operations", "rh"]
23
+ # }
24
+ # }
25
+ # ----------------------------------
26
+ #
27
+
8
28
 
9
29
  # An rocketchat output that does nothing.
10
30
  class LogStash::Outputs::Rocketchat < LogStash::Outputs::Base
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-rocketchat'
3
- s.version = '0.1.0'
3
+ s.version = '0.1.1'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = 'Writes events to Rocketchat.'
6
- s.description = 'Rocket.Chat is the leading open source team chat software solution. Free, unlimited and completely customizable with on-premises and SaaS cloud hosting. This Logstash plugin allows to send events to Rocketchat''s channels.'
6
+ s.description = 'Rocket.Chat is the leading open source team chat software solution. Free, unlimited and completely customizable with on-premises and SaaS cloud hosting. This Logstash plugin allows to send events to Rocketchat channelsi and groups.'
7
7
  s.homepage = 'https://github.com/ffknob/logstash-output-rocketchat'
8
8
  s.authors = ['ffknob']
9
9
  s.email = 'ffknob@tce.rs.gov.br'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-rocketchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ffknob
@@ -94,7 +94,7 @@ dependencies:
94
94
  version: '0'
95
95
  description: Rocket.Chat is the leading open source team chat software solution. Free,
96
96
  unlimited and completely customizable with on-premises and SaaS cloud hosting. This
97
- Logstash plugin allows to send events to Rocketchats channels.
97
+ Logstash plugin allows to send events to Rocketchat channelsi and groups.
98
98
  email: ffknob@tce.rs.gov.br
99
99
  executables: []
100
100
  extensions: []