elasticsearch_config job from logsearch/211.0.0
This job loads pre-defined configuration into Elasticsearch cluster
              Github source:
              9437cde or
              master branch
            
Properties¶
elasticsearch_config¶
  
  
    
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
index_prefix¶Name prefix of your log indices that can uniquely distinguish them among other ES indices if apply pattern ‘’ to it, e.g. ‘logs-’. It is used in the index templates predefined in the job to specify index pattern. Make sure the prefix matches
logstash_parser.elasticsearch.indexproperty set for your parser.
- Default
  logstash-
license¶The ElasticSearch License string
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/upload-config(frombin/upload-config.erb)config/bpm.yml(frombpm.yml.erb)index-templates/index-settings.json(fromindex-templates/index-settings.json.erb)index-templates/shards-and-replicas.json(fromindex-templates/shards-and-replicas.json.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.