Skip to content

cerebro job from logsearch/211.0.3

This job runs Cerebro - an Admin UI for Elasticsearch cluster

Github source: 03b1ebc or master branch

Properties

cerebro

exec

options

An array of additional options to pass when starting cerebro

Default
[]

ldap

enabled

Set to true to enable LDAP authentication.

Default
false
options

Config options for LDAP authentication type.

Example
|+
  method: simple
  url: ldap://host:port

password

Password for HTTP basic auth.

secret

Secret will be used to sign Cerebro session cookies and CSRF tokens.

user

Username for HTTP basic auth.

Default
cerebro

elasticsearch

cluster_name

The name of the elastic search cluster

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/cerebro/ directory (learn more).

  • bin/cerebro.sh (from bin/cerebro)
  • config/application.conf (from config/application.conf.erb)
  • config/bpm.yml (from config/bpm.yml.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.