Upgrade to logstash 1.3.3 and ElasticSearch 0.90.9
Upgrade to logstash 1.3.3 and ElasticSearch 0.90.9. Logstash 1.3.3 comes with many performance improvements and bug fixes and needs ElasticSearch 0.90.9 to use the ElasticSearch output so upgrade ES as well. These upgrades come with config changes for logstash as well to use new features and disable others that are not wanted. Change-Id: Ia180c5edfa755214a801f2cad06f091125814b0e
This commit is contained in:
		@@ -45,7 +45,7 @@ class openstack_project::elasticsearch_node (
 | 
			
		||||
      'discovery.zen.ping.multicast.enabled' => false,
 | 
			
		||||
      'discovery.zen.ping.unicast.hosts'     => $discover_nodes,
 | 
			
		||||
    },
 | 
			
		||||
    version            => '0.90.3',
 | 
			
		||||
    version            => '0.90.9',
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  cron { 'delete_old_es_indices':
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user