Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 2cf67ec

Browse files
author
Jeff Harvey-Smith
committed
Bump logstash version to 1.3.3. Bump patch level of cookbook
1 parent 26f6ef5 commit 2cf67ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

attributes/server.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Encoding: utf-8
2-
default['logstash']['server']['version'] = '1.3.2'
2+
default['logstash']['server']['version'] = '1.3.3'
33
default['logstash']['server']['home'] = "#{node['logstash']['basedir']}/server"
44
default['logstash']['server']['log_file'] = '/var/log/logstash/server.log'
5-
default['logstash']['server']['source_url'] = 'https://download.elasticsearch.org/logstash/logstash/logstash-1.3.2-flatjar.jar'
6-
default['logstash']['server']['checksum'] = '6a6a6e55efd14a182560af8143883eace1936afb11d59d0c35ce4ed5a5576a18'
5+
default['logstash']['server']['source_url'] = 'https://download.elasticsearch.org/logstash/logstash/logstash-1.3.3-flatjar.jar'
6+
default['logstash']['server']['checksum'] = 'a83503bd2aa32e1554b98f812d0b411fbc5f7b6b21cebb48b7d344474f2dfc6d'
77
default['logstash']['server']['install_method'] = 'jar' # Either `source` or `jar`
88
default['logstash']['server']['patterns_dir'] = 'etc/patterns'
99
default['logstash']['server']['config_dir'] = 'etc/conf.d'

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
license 'Apache 2.0'
66
description 'Installs/Configures logstash'
77
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
8-
version '0.8.0'
8+
version '0.8.1'
99

1010
%w{ ubuntu debian redhat centos scientific amazon fedora }.each do |os|
1111
supports os

0 commit comments

Comments
 (0)