cerebro job from logsearch/211.0.2
This job runs Cerebro - an Admin UI for Elasticsearch cluster
Github source:
a08d4dc
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
(frombin/cerebro
)config/application.conf
(fromconfig/application.conf.erb
)config/bpm.yml
(fromconfig/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.