elasticsearch_config job from logsearch/201.0.10
Github source:
9af3f070
or
master branch
Properties¶
elasticsearch_config
¶
bulk_data_files
¶An array of file paths whose content will be uploaded as bulk data
- Default
[]
docs
¶An array with key-value hashes; keys being doc path, value being doc source
- Default
[]
elasticsearch
¶
host
¶The elasticsearch master node hostname
port
¶the elasticsearch master node port
- Default
9200
templates
¶An array with key-value hashes; keys being template name, value being template content
- Default
[]
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/elasticsearch_config/
directory
(learn more).
bin/job.process
(frombin/job.process
)bin/run
(frombin/run.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.