# service-logs-release **Repository Path**: mirrors_cloudfoundry/service-logs-release ## Basic Information - **Project Name**: service-logs-release - **Description**: Bosh job to forward logs from syslog files to Loggregator - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Service Logs Release This release contains a job that allows you to send logs from syslog files to Loggregator. This job can be added to a service VM and configured to forward that service's logs to Loggregator. ## How it works Service Logs Release uses the [Fluent Bit Loggregator Plugin][fluent-bit-loggr-plugin] to read from syslog files and send those logs to Loggregator. The Fluent Bit Loggregator Plugin is a plugin for [Fluent Bit][fluent-bit]. ## Configuration Service Logs release requires the following configuration properties: | property name | description | | ------------- | -------------------------------------------------------------------- | | source_id | Source id of the logs to be emitted | | path | File glob representing the logs to be emitted | | cert | Cert for cert-key pair that can connect to a local loggregator agent | | key | Key for cert-key pair that can connect to a local loggregator agent | | ca | CA for cert-key pair that can connect to a local loggregator agent | | port | Port where the loggregator agent is listening | The sample ops file (`manifests/operations/add-service-logs.yml`) demonstrates a sample configuration that adds the service logs job to the `api`. ### Building the release 1. `git clone https://github.com/cloudfoundry/service-logs-release` 1. `cd service-logs-release` 1. `./scripts/bosh-build.sh` [fluent-bit-loggr-plugin]: https://github.com/cloudfoundry/fluentbit-loggr-plugin [fluent-bit]: https://fluentbit.io/