Merge "Upgrade elasticsearch to version 0.90.3."

This commit is contained in:
Jenkins 2013-10-21 22:23:36 +00:00 committed by Gerrit Code Review
commit 573e949cb1
2 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,8 @@
],
"properties" : {
"@fields": { "type": "object", "dynamic": true, "path": "full" },
"@message" : { "type" : "string", "index" : "analyzed" }
"@message" : { "type" : "string", "index" : "analyzed" },
"message" : { "type" : "string", "index" : "analyzed" }
}
}
}

View File

@ -34,6 +34,7 @@ class openstack_project::elasticsearch_node (
class { '::elasticsearch':
discover_nodes => $discover_nodes,
version => '0.90.3',
}
cron { 'delete_old_es_indices':