logstash-filter-grok 3.3.0 → 3.3.1

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: c5390fc2b96b4cd54b12e4553bcdd1371595a5e9
4
- data.tar.gz: 7fe06830c1466f85e6df82f50ca8fb6947be2ac9
3
+ metadata.gz: 99850448c56dc0d262fada37d7682318118e0541
4
+ data.tar.gz: b2de3eef13168f3831aa34b6899a7c5b40718358
5
5
  SHA512:
6
- metadata.gz: 3f747a46733715b5c8872a04c9b0b778707fbd2b76eded7c4036f7516a813dca10139c55eb81b94ce0b1c2f3023aed2d02e079d976c3f61783f45d83e7a106c2
7
- data.tar.gz: a73926c240474e52832f18215e02ae92170b2e5e97642f8c148be891dceacaf39bf7345cd7e347c63b985c219be56030e10993c572ae6bca9b8d5fa37ec9d1ce
6
+ metadata.gz: 54b4579e88698e11f578a831a42ce1c352685abedb821b4da2cded069735068d373fe58e43ee1f6416ca70e58f69a1ed49df1e59f15340405ece5e25028cb14c
7
+ data.tar.gz: 00e36a17349e31d1f10c4081351c49c63f91b5f05f915ee64aa97a4ad27a0a819a8aef724c95c4773503ad0006271004b19e598f223fab82f9cfc6111f4bdfc6
@@ -1,3 +1,6 @@
1
+ ## 3.3.1
2
+ - Docs: indicate that grok patterns are loaded when the pipeline is created
3
+
1
4
  ## 3.3.0
2
5
  - Allow timeout enforcer to be disabled by setting timeout_millis to nil
3
6
  - Change default timeout_millis to 30s
@@ -163,7 +163,7 @@
163
163
  # necessarily need to define this yourself unless you are adding additional
164
164
  # patterns. You can point to multiple pattern directories using this setting.
165
165
  # Note that Grok will read all files in the directory matching the patterns_files_glob
166
- # and assume it's a pattern file (including any tilde backup files)
166
+ # and assume it's a pattern file (including any tilde backup files).
167
167
  # [source,ruby]
168
168
  # patterns_dir => ["/opt/logstash/patterns", "/opt/logstash/extra_patterns"]
169
169
  #
@@ -174,6 +174,8 @@
174
174
  # For example:
175
175
  # [source,ruby]
176
176
  # NUMBER \d+
177
+ #
178
+ # The patterns are loaded when the pipeline is created.
177
179
  config :patterns_dir, :validate => :array, :default => []
178
180
 
179
181
  # Glob pattern, used to select the pattern files in the directories
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-grok'
4
- s.version = '3.3.0'
4
+ s.version = '3.3.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Parse arbitrary text and structure it."
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-filter-grok
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-10 00:00:00.000000000 Z
11
+ date: 2016-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement