logstash-output-elasticsearch 2.4.0-java → 2.4.1-java
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f8d5b26eb15f7a372ac43583a962009103f7a4a
|
4
|
+
data.tar.gz: 0b98bd6bf747ec4c576ec7426d67d93a7dc583a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dba81882f5f3fa79f7dd4b9b307f8a95dd53d5ec1876112226fe3e67a2991bad3a03260d704e13e905b194e9bdb05f7284453a1415b03631e9ac9a472fea78e7
|
7
|
+
data.tar.gz: bc25879d936c938d8c21fe85cc98b45fd7f9671a2ea0cd3c2e7120ec910b5a8ea6719ec8160b45af87800b24810a2cf59572a9fa13980332a3eccd5ef02be3f5
|
data/CHANGELOG.md
CHANGED
@@ -87,7 +87,7 @@ module LogStash; module Outputs; class ElasticSearch
|
|
87
87
|
def interval_flush
|
88
88
|
if last_flush_seconds_ago >= @flush_interval
|
89
89
|
begin
|
90
|
-
@logger.
|
90
|
+
@logger.debug? && @logger.debug("Flushing buffer at interval",
|
91
91
|
:instance => self.inspect,
|
92
92
|
:interval => @flush_interval)
|
93
93
|
flush_unsafe
|
@@ -44,8 +44,16 @@ module LogStash; module Outputs; class ElasticSearch
|
|
44
44
|
# If not set, the included template will be used.
|
45
45
|
mod.config :template, :validate => :path
|
46
46
|
|
47
|
-
#
|
48
|
-
# in the
|
47
|
+
# The template_overwrite option will always overwrite the indicated template
|
48
|
+
# in Elasticsearch with either the one indicated by template or the included one.
|
49
|
+
# This option is set to false by default. If you always want to stay up to date
|
50
|
+
# with the template provided by Logstash, this option could be very useful to you.
|
51
|
+
# Likewise, if you have your own template file managed by puppet, for example, and
|
52
|
+
# you wanted to be able to update it regularly, this option could help there as well.
|
53
|
+
#
|
54
|
+
# Please note that if you are using your own customized version of the Logstash
|
55
|
+
# template (logstash), setting this to true will make Logstash to overwrite
|
56
|
+
# the "logstash" template (i.e. removing all customized settings)
|
49
57
|
mod.config :template_overwrite, :validate => :boolean, :default => false
|
50
58
|
|
51
59
|
# The document ID for the index. Useful for overwriting existing entries in
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-output-elasticsearch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.1
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-01-
|
11
|
+
date: 2016-01-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: concurrent-ruby
|