Skip to content

Commit

Permalink
updated beats version to v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed May 22, 2016
1 parent 4df3a37 commit 5efa432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Above configuration will create three different prospector files - `prospector-s
## Core Attributes


* `default['filebeat']['version']` (default: `1.2.1`): filebeat version
* `default['filebeat']['version']` (default: `1.2.3`): filebeat version

* `default['filebeat']['package_url']` (default: `auto`): package url for windows installation

Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default['filebeat']['version'] = '1.2.1'
default['filebeat']['version'] = '1.2.3'
default['filebeat']['disable_service'] = false
default['filebeat']['package_url'] = 'auto'

Expand Down

0 comments on commit 5efa432

Please sign in to comment.