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

Commit

Permalink
removes unused attributes (#469)
Browse files Browse the repository at this point in the history
fixes #396
  • Loading branch information
vitalis authored and martinb3 committed Jun 8, 2017
1 parent b68f511 commit 220e113
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
default['logstash']['instance_default']['elasticsearch_query'] = "roles:#{node['logstash']['instance_default']['elasticsearch_role']} AND chef_environment:#{node.chef_environment}"
default['logstash']['instance_default']['elasticsearch_cluster'] = 'logstash'
default['logstash']['instance_default']['elasticsearch_ip'] = ''
default['logstash']['instance_default']['elasticsearch_port'] = ''
default['logstash']['instance_default']['elasticsearch_embedded'] = true
default['logstash']['instance_default']['graphite_ip'] = ''

# Default logstash instance variables
default['logstash']['instance_default']['basedir'] = '/opt/logstash'
Expand Down

0 comments on commit 220e113

Please sign in to comment.