logstash-output-mongodb 3.1.1 → 3.1.2

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: 42db8788f1850cc89ca19169434a1df05502a09d
4
- data.tar.gz: d68f1dd1cdd0e0bb4fd25424c4c7a1bf3c5cf4ed
3
+ metadata.gz: 0afbe198f6307b566f382323a974831a722b9edc
4
+ data.tar.gz: 5ef8f2f2932184de437703d85a68d9bc3aa026d5
5
5
  SHA512:
6
- metadata.gz: e8e3878c8d4de54f3fdd2f205a8a5e5020038ce8fff5b8b71d5e68cac13470fbebb57365b060536fbd517ebc69ad8649496a6eb1a48d78fd52ce31671f8507e7
7
- data.tar.gz: 430965efab532e7e7890fdd5bca26d48ae598150e3e1a429ee56312fa2278f4fffc1bc5f31c5457309ebcde8254e78110ef5762d35b925333d906f02b5067852
6
+ metadata.gz: 2997620de5abebc3761103d62b2a271f33597731142d780554a42dfeec6e862081ad84440a5d71409118a27755098a880fcf07c21519394a4a751bb6aef27cdb
7
+ data.tar.gz: 6c124236188974f63b6316658c7336ea92665005c45e1cd124f804ff82876e8ca68c2d3d2170985e0df87a38f439547fb4b101b97471ad36dbad6900c9817ca2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.1.2
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.1.0
2
5
  - Add support for bulk inserts to improve performance.
3
6
 
data/docs/index.asciidoc CHANGED
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Mongodb output plugin
18
18
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-mongodb'
3
- s.version = '3.1.1'
3
+ s.version = '3.1.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Store events into MongoDB"
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-mongodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement