logstash-output-kafka 0.1.11 → 1.0.0

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
  SHA1:
3
- metadata.gz: ce86aa0932df36d5ffa4db3a57d4c2e0afcfccfd
4
- data.tar.gz: f54f68530b1cfe8b05f3c22046c0e0b794130292
3
+ metadata.gz: 244f5f82cabf8fdb25da72d0ad0e3cc28bed07ee
4
+ data.tar.gz: 9bab5e3e1b612a563a55d18be6874c6ac28a274f
5
5
  SHA512:
6
- metadata.gz: d2fe32cfa3774c0b5de6a124d990db3f87d458a8a04c2e3fcf815fafc547981708ed4bd2a9bc85599cfbc604b5217728ed568ea0b9ec63100bec23eddb86a613
7
- data.tar.gz: fc76cd7c0124b3e57b48ebdf76e1a77973675b8cf8f447d6fdbdf503270508b9e0a63d74eee17f149d20d157ce3fffb01dfe02ffb4c1afe171d0709ab3c6fc48
6
+ metadata.gz: b2e48ecad097e027f68849edeadadd351f4e7fd3fcf84b31bf20e4d705c4ae9bc1535c4b33d80813f2a8ba36ee42e9f105f5b0b70a2ee32e17e84ec8ddea3575
7
+ data.tar.gz: 4fe7cb1ef2af86a5ff943cfaab249443dd7a6033fff6db7686023bc9a213dce9a3fc5b52b479b07fd79be430bcbe904e29dcf25fa63592d9ac07626d41b0630e
File without changes
@@ -0,0 +1,5 @@
1
+ Elasticsearch
2
+ Copyright 2012-2015 Elasticsearch
3
+
4
+ This product includes software developed by The Apache Software
5
+ Foundation (http://www.apache.org/).
data/README.md CHANGED
@@ -13,7 +13,7 @@ Logstash provides infrastructure to automatically generate documentation for thi
13
13
 
14
14
  ## Need Help?
15
15
 
16
- Need help? Try #logstash on freenode IRC or the logstash-users@googlegroups.com mailing list.
16
+ Need help? Try #logstash on freenode IRC or the https://discuss.elastic.co/c/logstash discussion forum.
17
17
 
18
18
  ## Developing
19
19
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-kafka'
4
- s.version = '0.1.11'
4
+ s.version = '1.0.0'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = 'Output events to a Kafka topic. This uses the Kafka Producer API to write messages to a topic on the broker'
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/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-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-06 00:00:00.000000000 Z
11
+ date: 2015-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core
@@ -99,10 +99,12 @@ extensions: []
99
99
  extra_rdoc_files: []
100
100
  files:
101
101
  - .gitignore
102
+ - CHANGELOG.md
102
103
  - CONTRIBUTORS
103
104
  - DEVELOPER.md
104
105
  - Gemfile
105
106
  - LICENSE
107
+ - NOTICE.TXT
106
108
  - README.md
107
109
  - Rakefile
108
110
  - lib/logstash/outputs/kafka.rb
@@ -130,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
132
  version: '0'
131
133
  requirements: []
132
134
  rubyforge_project:
133
- rubygems_version: 2.1.9
135
+ rubygems_version: 2.2.2
134
136
  signing_key:
135
137
  specification_version: 4
136
138
  summary: Output events to a Kafka topic. This uses the Kafka Producer API to write messages to a topic on the broker