logstash-output-mongodb 3.1.3 → 3.1.4

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: 85734ab74629a2fcd26a261a03f508276d4e824bf46aed67b59d7e504d813e74
4
- data.tar.gz: fb4d959b86a4ace5c38ee6eff3df38ee75be8e396f5315fd5bd44375b3846027
3
+ metadata.gz: baf5b3247ad538b7b06f0a74a9f1bfd0e1628c30a19a7645331c052d7e05be2a
4
+ data.tar.gz: f375e7f1c918a0222261aac759a425c45a0d4302acf8760639acaadcab29d0e4
5
5
  SHA512:
6
- metadata.gz: f5df2805fec1e4676fe8b7f34b55049b68085ba52854f712a4c96d33e8afc44c26adf4fa77eb31e65b51d1b606bb388c3edbae050a1d9dd4bfb94ed665e52cf8
7
- data.tar.gz: 235aec7248eea9a7af9faf3f2fca83767b760d7bc76a0dd3da69b12f33b823f9eb4894d91b2311d1ee0b09517cd1b6b5da6c7ccaeb6c9cf3e486ee60adc89784
6
+ metadata.gz: acb5751495b30c5fef2192e9e3f5dad862c32f0af6178b0855b3d268db860bdf467388852c87494e097815193ce1e81652e682200dd48c63f04524c43639669c
7
+ data.tar.gz: a6a3b1e2b5ec9663e4a2f13a2e1c059866497e971a971dc89b87df16a5ca488c3bea958dee9d0ebf7aac6ec8a08458bbefa2c76638e8569e97abfbbfc41ab6a7
@@ -1,3 +1,6 @@
1
+ ## 3.1.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.1.3
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: mongodb
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -131,4 +132,6 @@ See http://docs.mongodb.org/manual/reference/connection-string/.
131
132
 
132
133
 
133
134
  [id="plugins-{type}s-{plugin}-common-options"]
134
- include::{include_path}/{type}.asciidoc[]
135
+ include::{include_path}/{type}.asciidoc[]
136
+
137
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-mongodb'
3
- s.version = '3.1.3'
3
+ s.version = '3.1.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Writes events to 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.3
4
+ version: 3.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-07 00:00:00.000000000 Z
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