logstash-output-google_pubsub 1.0.0-java → 1.0.1-java

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: b690a5feb720aadd58e937e7f5dbe8637008b019cceb99422f395c23a2d9e878
4
- data.tar.gz: dfd102d278a4519dd0ea69800dd90bd9aa8fb5a6b8bb3410f464d509376b0465
3
+ metadata.gz: 68f27e60658c68ea878c165a4be4faa006bf30ce64d2dc13d931162018b0ee4b
4
+ data.tar.gz: 87481cd2380f19bce5f19796b86edb20388b1190e1eab8a7b8dfe7565ba80f8d
5
5
  SHA512:
6
- metadata.gz: a6e973f797df417d33e95cfd3b42c746cfa252de38f777aaddb19096a1c63ffa47f9d84b47b10f20c441340f61afe414f39a927afdf312ae34c76f9fc2e78ad1
7
- data.tar.gz: 4d87a5b5ac2ad897aaff09f3b1f9e9a61aeb9dcc50392853184e546d1a61f0ca794fdbba933dd8e0cbccbf2a262c278c11c1a7b84fcba2377ba9ac134e3b6a1c
6
+ metadata.gz: 4da0f75f6d15d847be6c86c5dc5a71e83d8e5e3d15621394d576fca8d3ea72e2fd0910b782786fd5cef8b1fed01923f1ffafef11322cefb1030c54bbc8072bf4
7
+ data.tar.gz: 7136cdd77282c1a919fee487b49e1a2fb503b40c541ab61cf1c651d6870ee0936dad490b713763d965d255ed55e80b30214427593ca397745bab03783bc3ec67
@@ -1,2 +1,5 @@
1
+ ## 1.0.1
2
+ - Fixed invalid link in documentation [#10](https://github.com/logstash-plugins/logstash-output-google_pubsub/pull/10)
3
+
1
4
  ## 1.0.0
2
5
  - Initial implementation
@@ -6,6 +6,7 @@ Contributors:
6
6
  * Google LLC
7
7
  * Eric Johnson - erjohnso@google.com
8
8
  * Joseph Lewis III - jlewisiii@google.com
9
+ * Nirav Shah - niravshah2705@gmail.com
9
10
 
10
11
  Note: If you've sent us patches, bug reports, or otherwise contributed to
11
12
  Logstash, and you aren't on the list above and want to be, please let us know
data/README.md CHANGED
@@ -1,6 +1,10 @@
1
+ [![Gem Version](https://badge.fury.io/rb/logstash-output-google_pubsub.svg)](https://badge.fury.io/rb/logstash-output-google_pubsub)
2
+ [![Travis Build Status](https://travis-ci.org/logstash-plugins/logstash-output-google_pubsub.svg)](https://travis-ci.org/logstash-plugins/logstash-output-google_pubsub)
3
+
4
+
1
5
  # Logstash Output Google Pubsub
2
6
 
3
- A Logstash plugin to upload log events to https://cloud.google.com/pubsub/[Google Cloud Pubsub].
7
+ A Logstash plugin to upload log events to [Google Cloud Pub/Sub](https://cloud.google.com/pubsub/).
4
8
  Events are batched and uploaded in the background for the sake of efficiency.
5
9
  Message payloads are serialized JSON representations of the events.
6
10
 
@@ -129,7 +129,7 @@ output {
129
129
  ==== Additional Resources
130
130
 
131
131
  * https://cloud.google.com/pubsub/[Cloud Pub/Sub Homepage]
132
- * https://cloud.google.com/pubsub/pricing-summary/[Cloud Pub/Sub Pricing]
132
+ * https://cloud.google.com/pubsub/pricing/[Cloud Pub/Sub Pricing]
133
133
  * https://cloud.google.com/iam/docs/service-accounts[IAM Service Accounts]
134
134
  * https://cloud.google.com/docs/authentication/production[Application Default Credentials]
135
135
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-google_pubsub'
3
- s.version = '1.0.0'
3
+ s.version = '1.0.1'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = 'Emit output messages to Google Pubsub topic.'
6
6
  s.description = 'This gem is a Logstash output plugin to be installed on top of the Logstash'\
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-google_pubsub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: java
6
6
  authors:
7
7
  - Eric Johnson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-27 00:00:00.000000000 Z
11
+ date: 2018-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement