mantis-logstash-output-solr_http 3.0.5.pre.m6 → 3.0.5.pre.m7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ffc7b9002b94861c40bdbc97a052838af119307b5f8a963452e2ff965ab37e3
4
- data.tar.gz: 677e3af1d72de37c807e5094c2a850d965318f00bc5d54c63ff37e86047d2625
3
+ metadata.gz: f735c18f43f00aac005685a8e8c49ba24be8048f560a8398296d4159504255d3
4
+ data.tar.gz: 74a3dcbd38232e449b321ec2d4063b35679dc53bc998a1d6742eb6865472f52f
5
5
  SHA512:
6
- metadata.gz: 1472c640a72b1eb6841e4ed2c87dbfdc631f79b10ecab1d0c59b96edb0fe95483a69dd54db5556416a294326ae2e8f10fffeecd699625d6d870c75051146482d
7
- data.tar.gz: b3c96a724a21831e6a5a26bd22c4a414b3569e1d40551cb2a5b3beed9273c454555f02573ddda1c84c9a74f649b21032714a55ea38c2106d14c55aa1a32fdb3d
6
+ metadata.gz: 5551adfc408a96f65f682d8d20d9f5e851be3cbd5df6c40877a71b6cb32ba31712d53e3f7c1dc784daaaed1fd4c0706895b58c1332360214f4459fbdc2ba40dc
7
+ data.tar.gz: cf65e3e81d6278c55a8d7ee5328c8f164f8fcbd68b00c1ca1f136711860a33ba71c2587cb1f50698313b6e1c404edb35990702ca72f1782d7ae5f9d4df837101
@@ -84,7 +84,7 @@ class LogStash::Outputs::SolrHTTP < LogStash::Outputs::Base
84
84
  @logger.debug("#{documents[url].length()} documents indexing...")
85
85
  solr.add(documents[url])
86
86
  @logger.debug("#{documents[url].length()} documents indexed.")
87
- solr.commit, :commit_attributes => {}
87
+ solr.commit :commit_attributes => {}
88
88
  end
89
89
 
90
90
  rescue Exception => e
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'mantis-logstash-output-solr_http'
4
- s.version = '3.0.5-m6'
4
+ s.version = '3.0.5-m7'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mantis-logstash-output-solr_http
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5.pre.m6
4
+ version: 3.0.5.pre.m7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic