logstash-output-solr_http 3.0.4 → 3.0.5

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: f870862ad4a28c66df7551ab260a206052d0b879072e19cebdb0419fc369dfe6
4
- data.tar.gz: 5134fbad6a3d721b748920d81c3d1ebf0fb21645eca4fbcc2e2daaec5074a0c3
3
+ metadata.gz: f74cc7e4253b8e0bc94cd261dc0df5801f9fbd9ada6bf46aecc329c2ab21f9d0
4
+ data.tar.gz: 47c8ed00d881c3624bf6ee8f38a6057ccdf7a5ecde84d57303dd1ab2edc69413
5
5
  SHA512:
6
- metadata.gz: 3dbb13081ebbef692e8e8a28aa8b2875fb3aec5076548267bc2aa18dd62a642c3cf573b37f1c5aad129a6a32935cbe640d6adae1e3897b32a8f1aa00babb49d9
7
- data.tar.gz: deee9d0b171dbc6fbdc62a3ba0ef7bb691968b2f1340d4b58d6a835563d1f385d3bac5de1fadf65da6be373b68e9b98028d2dc341e5a9d01a63d25008c791477
6
+ metadata.gz: 6682577f24f785a737106e3d67b2f732663820be94b12a816e0e8afce0f0bac5b9130a5513488fa949fc8be56aa8ea4959815be3d777a3c9776ed49bfe126fd8
7
+ data.tar.gz: a3c9d72eb1ba9427e13dd0b838dd1cfd957a34ce762c273f6ef4f59884b4c5427519b7e27375b997af1c29f2452ef5529028077d34d115eb4a1ba193010357f1
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.4
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: solr_http
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -89,4 +90,6 @@ URL used to connect to Solr
89
90
 
90
91
 
91
92
  [id="plugins-{type}s-{plugin}-common-options"]
92
- include::{include_path}/{type}.asciidoc[]
93
+ include::{include_path}/{type}.asciidoc[]
94
+
95
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-solr_http'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Stores and indexes logs in Solr"
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/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-solr_http
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
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-13 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