Skip to content

Commit

Permalink
Merge pull request #50 from joshuaspence/config
Browse files Browse the repository at this point in the history
Fix setting for `max_procs`
  • Loading branch information
pcfens authored Nov 3, 2016
2 parents 934a49d + 8e5bcf3 commit 988083d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/filebeat5.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ queue_size: <%= @filebeat_config['queue_size'] %>
# Do not modify this value.
#bulk_queue_size: 0

<%- if @filebeat_config['max_procs'] != nil -%>
<%- if @filebeat_config['max_procs'] != :undef -%>
max_procs: <%= @filebeat_config['max_procs'] %>
<%- end -%>

Expand Down

0 comments on commit 988083d

Please sign in to comment.