logstash-filter-date 0.1.5 → 0.1.6

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: 98ef63f2cc793cb2381ede1b7ca88b22307e678b
4
- data.tar.gz: 1db6b1c8dbecb9e3f3c9cfab3fe068996ef94990
3
+ metadata.gz: 914517782eea0d83b0472895700d694161e28216
4
+ data.tar.gz: e3095af8f12f909189936456897a37e504cec253
5
5
  SHA512:
6
- metadata.gz: b492b7849c86182897da6079ce8ea709f5945d78493275445a82544be1c5126f56bbbf41a8069629a8b08172666389c664188d491efda3aa6d4f94369f0f213a
7
- data.tar.gz: bc09acbbe97c425c293f4f9101a25ebc17b4bd4d7290fb3f8d48f041940afbb9087af3c9813e15e07db6ba0e31b603a0e8595454770bde097a3ae2a28b993b5d
6
+ metadata.gz: e060eb3ae0e61704dcf39e90c8a562bff24bcd31ee5a94ede455874f136486ac7d3c1404f7bf62eed2b0f4762ef3aeb092f263e5879a9ca2de47419a8417bba6
7
+ data.tar.gz: f156593255ddb4df75666df538a8ce0c48e4f023b44bc8c3ab70ff49072c1ebde99faf4faf9d86de8f41898d44765eb4be23ad76087d75ba5ee0efe4ccaa2d44
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Elasticsearch <http://www.elasticsearch.org>
1
+ Copyright (c) 20122015 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.
@@ -34,7 +34,7 @@ class LogStash::Filters::Date < LogStash::Filters::Base
34
34
  # and is not the platform default.
35
35
  # If this is not specified the platform default will be used.
36
36
  # Canonical ID is good as it takes care of daylight saving time for you
37
- # For example, `America/Los_Angeles` or `Europe/France` are valid IDs.
37
+ # For example, `America/Los_Angeles` or `Europe/Paris` are valid IDs.
38
38
  config :timezone, :validate => :string
39
39
 
40
40
  # Specify a locale to be used for date parsing using either IETF-BCP47 or POSIX language tag.
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-date'
4
- s.version = '0.1.5'
4
+ s.version = '0.1.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "The date filter is used for parsing dates from fields, and then using that date or timestamp as the logstash timestamp for the event."
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/plugin install gemname. This gem is not a stand-alone program"
8
- s.authors = ["Elasticsearch"]
9
- s.email = 'info@elasticsearch.com'
10
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
8
+ s.authors = ["Elastic"]
9
+ s.email = 'info@elastic.co'
10
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-date
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
- - Elasticsearch
7
+ - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-26 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -87,7 +87,7 @@ dependencies:
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
90
- email: info@elasticsearch.com
90
+ email: info@elastic.co
91
91
  executables: []
92
92
  extensions: []
93
93
  extra_rdoc_files: []
@@ -101,7 +101,7 @@ files:
101
101
  - lib/logstash/filters/date.rb
102
102
  - logstash-filter-date.gemspec
103
103
  - spec/filters/date_spec.rb
104
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
104
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
105
105
  licenses:
106
106
  - Apache License (2.0)
107
107
  metadata:
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  requirements: []
125
125
  rubyforge_project:
126
- rubygems_version: 2.4.5
126
+ rubygems_version: 2.1.9
127
127
  signing_key:
128
128
  specification_version: 4
129
129
  summary: The date filter is used for parsing dates from fields, and then using that date or timestamp as the logstash timestamp for the event.