crowbar/crowbar-openstack

View on GitHub
chef/cookbooks/monasca/templates/default/elasticsearch-curator-config.yml.erb

Summary

Maintainability
Test Coverage
---
# Remember, leave a key empty if there is no value. None will be a string,
# not a Python "NoneType"
client:
  hosts:
  <% @elasticsearch_hosts.each do |host| -%>
    - <%= host %>
  <% end -%>

  port: 9200
  url_prefix:
  use_ssl: False
  certificate:
  client_cert:
  client_key:
  aws_key:
  aws_secret_key:
  aws_region:
  ssl_no_validate: False
  http_auth:
  timeout: 30
  master_only: True

logging:
  loglevel: <%= @elasticsearch_curator_log_level %>
  logfile: /var/log/elasticsearch-curator/elasticsearch-curator.log
  logformat: default
  blacklist: []