loggregator_agent job from loggregator-agent/3.20
Github source:
7dbd1c0
or
master branch
Properties¶
debug_port
¶
The pprof port for runtime profiling data
- Default
14824
deployment
¶
Name of deployment (added as tag on all outgoing v1 envelopes)
- Default
""
disable_udp
¶
Disable incoming UDP
- Default
false
doppler
¶
grpc_port
¶Port for outgoing log messages via GRPC
- Default
8082
grpc_port
¶
Port the agent is listening on to receive gRPC log envelopes
- Default
3458
listening_port
¶
Port the agent is listening on to receive dropsonde log messages
- Default
3457
loggregator
¶
tls
¶
agent
¶
cert
¶TLS certificate for agent
key
¶TLS key for agent
ca_cert
¶CA root required for key/cert verification
cipher_suites
¶An ordered list of supported SSL cipher suites. Allowed cipher suites are TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 and TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384.
- Default
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256:TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
tags
¶
Collection of tags to add on all outgoing v2 envelopes. Bosh deployment, job, index and IP will be merged with this property if they are not provided
- Default
{}
- Example
-
deployment: cf
zone
¶
Availability zone where this agent is running
- 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/loggregator_agent/
directory
(learn more).
config/bpm.yml
(frombpm.yml.erb
)config/certs/loggregator_agent.crt
(fromloggregator_agent.crt.erb
)config/certs/loggregator_agent.key
(fromloggregator_agent.key.erb
)config/certs/loggregator_ca.crt
(fromloggregator_ca.crt.erb
)config/ingress_port.yml
(fromingress_port.yml.erb
)config/prom_scraper_config.yml
(fromprom_scraper_config.yml.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.