log-cache-nozzle job from log-cache/2.0.0
              Github source:
              60f49da or
              master branch
            
Properties¶
health_addr¶
  
    
      The address for the Nozzle to bind a health endpoint
- Default
- localhost:6061 
logs_provider¶
  
  
    
tls¶
ca_cert¶CA root required for key/cert verification to connect to the logs-provider
cert¶TLS certificate for the logs-provider connection
key¶TLS key for the logs-provider connection
selectors¶
  
    
      A list of envelope types to read from RLP
- Default
- - log - gauge - counter - timer - event 
shard_id¶
  
    
      The sharding group name to use for egress from RLP
- Default
- log-cache 
Templates¶
            Templates are rendered and placed onto corresponding
            instances during the deployment process. This job's templates
            will be placed into /var/vcap/jobs/log-cache-nozzle/ directory
            (learn more).
          
- config/bpm.yml(from- bpm.yml.erb)
- config/certs/log_cache.crt(from- log_cache.crt.erb)
- config/certs/log_cache.key(from- log_cache.key.erb)
- config/certs/log_cache_ca.crt(from- log_cache_ca.crt.erb)
- config/certs/logs_provider.crt(from- logs_provider.crt.erb)
- config/certs/logs_provider.key(from- logs_provider.key.erb)
- config/certs/logs_provider_ca.crt(from- logs_provider_ca.crt.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.